LibreOffice
LibreOffice 25.8 SDK API Reference
|
provides SQL ROWID value which is a built-in type, a value of which can be thought of as an address for its identified row in a database table. More...
import "XRowId.idl";
Public Member Functions | |
boolean | equals ([in]any x) |
Compares this RowId to the specified object. | |
sequence< byte > | getBytes () |
Returns an array of bytes representing the value of the SQL ROWID designated by this RowId object. | |
long | hashCode () |
Returns a hash code value of this RowId object. | |
string | toString () |
Returns a String representing the value of the SQL ROWID designated by this RowId object. |
provides SQL ROWID value which is a built-in type, a value of which can be thought of as an address for its identified row in a database table.
Whether that address is logical or, in any respects, physical is determined by its originating data source for the releasing of resources acquired by the implementing object.
boolean equals | ( | [in] any | x | ) |
Compares this RowId to the specified object.
SQLException | if a database access error occurs. |
sequence< byte > getBytes | ( | ) |
Returns an array of bytes representing the value of the SQL ROWID designated by this RowId object.
SQLException | if a database access error occurs. |
long hashCode | ( | ) |
Returns a hash code value of this RowId object.
SQLException | if a database access error occurs. |
string toString | ( | ) |
Returns a String representing the value of the SQL ROWID designated by this RowId object.
SQLException | if a database access error occurs. |