Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <D32DBMS.H>

Class TDbBookmark

class TDbBookmark;

Description

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().

Members

Defined in TDbBookmark:

See also:


Member structures


Struct TMark

struct TMark;

Description

Stores a database bookmark.

Members

Defined in TDbBookmark::TMark:

Member enumerations


Enum anonymous

n/a

Description

ESize

Member data


iMark

TUint32 iMark[ESize];

Description