|
|
|
class TDbBookmark;
Saves the current location of a rowset, enabling rapid navigation back to a previously visited row or position in the set.
Instances of this class are returned by RDbRowSet::Bookmark()const, which can later be passed to RDbRowSet::GotoL(TPosition) to return to the row which was current at the call to Bookmark().
Defined in TDbBookmark:
TMarkStores a database bookmark. RDbRowSet::Bookmark()constGets the bookmark for the current cursor position. Bookmarks cannot be extracted...RDbRowSet::GotoL(TPosition)Moves the cursor to a specified position.