20 module
com { module sun { module star { module sdbcx {
60 boolean moveToBookmark([in]any bookmark) raises (
com::sun::star::sdbc::SQLException);
82 boolean moveRelativeToBookmark([in]any bookmark, [in]
long rows)
83 raises (
com::sun::star::sdbc::SQLException);
106 long compareBookmarks([in]any first, [in]any second)
107 raises (
com::sun::star::sdbc::SQLException);
116 boolean hasOrderedBookmarks() raises (
com::sun::star::sdbc::SQLException);
126 long hashBookmark([in]any bookmark) raises (
com::sun::star::sdbc::SQLException);
is used to identify rows within a result set and to find rows by a bookmark.
Definition: XRowLocate.idl:34
any getBookmark()
returns the bookmark of the current row of a result set.
base interface of all UNO interfaces
Definition: XInterface.idl:46
Definition: Ambiguous.idl:20