LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
XRowId.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9
10 module com { module sun { module star { module sdbc {
11
12
19interface XRowId
20{
21
26 boolean equals([in]any x);
27
32 sequence<byte> getBytes();
33
38 long hashCode();
39
44 string toString();
45};
46
47
48}; }; }; };
49
50/*===========================================================================
51===========================================================================*/
52
53/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
provides SQL ROWID value which is a built-in type, a value of which can be thought of as an address f...
Definition XRowId.idl:20
sequence< byte > getBytes()
Returns an array of bytes representing the value of the SQL ROWID designated by this RowId object.
boolean equals([in]any x)
Compares this RowId to the specified object.
string toString()
Returns a String representing the value of the SQL ROWID designated by this RowId object.
long hashCode()
Returns a hash code value of this RowId object.
Definition Ambiguous.idl:20