LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
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
19
interface
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: */
com::sun::star::sdbc::XRowId
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
com::sun::star::sdbc::XRowId::getBytes
sequence< byte > getBytes()
Returns an array of bytes representing the value of the SQL ROWID designated by this RowId object.
com::sun::star::sdbc::XRowId::equals
boolean equals([in]any x)
Compares this RowId to the specified object.
com::sun::star::sdbc::XRowId::toString
string toString()
Returns a String representing the value of the SQL ROWID designated by this RowId object.
com::sun::star::sdbc::XRowId::hashCode
long hashCode()
Returns a hash code value of this RowId object.
com
Definition
Ambiguous.idl:20
com
sun
star
sdbc
XRowId.idl
Generated by
1.17.0