20 module
com { module sun { module star { module sdbcx {
is used to identify rows within a result set and to find rows by a bookmark.
Definition XRowLocate.idl:34
long hashBookmark([in]any bookmark)
returns the hash value for a specified bookmark.
long compareBookmarks([in]any first, [in]any second)
compares two bookmarks and returns an indication of their relative values.
boolean moveRelativeToBookmark([in]any bookmark, [in]long rows)
moves the cursor a relative number of rows, either positive or negative starting at a given bookmark ...
any getBookmark()
returns the bookmark of the current row of a result set.
boolean moveToBookmark([in]any bookmark)
moves the cursor to the row identified by a valid bookmark.
boolean hasOrderedBookmarks()
determines whether the bookmarks of a result set are ordered or not.
base interface of all UNO interfaces
Definition XInterface.idl:46
Database component interfaces.
Definition modules.idl:331
the module com::sun::star is the root module of the UNO API.
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20