Lines Matching refs:bookmark
37 /** is used to identify rows within a result set and to find rows by a bookmark.
42 are not interchangeable between result sets. A bookmark could be a complex data
50 /** returns the bookmark of the current row of a result set.
52 the current bookmark
59 /** moves the cursor to the row identified by an valid bookmark.
62 If the bookmark could not be located, a result set will be positioned
65 If the bookmark is invalid, or not generated by the current result set, then
68 @param bookmark
69 the bookmark where to move
75 boolean moveToBookmark([in]any bookmark) raises (com::sun::star::sdbc::SQLException);
79 starting at a given bookmark position.
83 If the bookmark could not be located, a result set will be positioned
86 If the bookmark is invalid, or not generated by the current result set, then
89 @param bookmark
90 the bookmark where to move
92 count of rows move relative to the bookmark
98 boolean moveRelativeToBookmark([in]any bookmark, [in]long rows)
109 A bookmark that is not valid, or incorrectly formed, will cause an exception.
112 the first bookmark
114 the second bookmark
137 /** returns the hash value for a specified bookmark.
138 @param bookmark
139 the bookmark to hash
145 long hashBookmark([in]any bookmark) raises (com::sun::star::sdbc::SQLException);