TDbBookmark Class Reference

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() , which can later be passed to RDbRowSet::GotoL() to return to the row which was current at the call to Bookmark().

RDbRowSet::Bookmark() RDbRowSet::GotoL()

Nested Classes and Structures

Private Attributes
TMark iMark

Member Data Documentation

TMark iMark

TMark iMark [private]