wallet::DatabaseCursor

Iterates over records stored in a wallet database.

Synopsis

Declared in <wallet/db.h>

class DatabaseCursor;

Enums

NameDescription
Status Result of advancing the cursor.

Member Functions

NameDescription
DatabaseCursor [constructor]Constructors
~DatabaseCursor [destructor] [virtual]Destroys the cursor.
operator= [deleted]Cursors are non-copyable.
Next [virtual]Advances to the next record.

Derived Classes

NameDescription
BerkeleyROCursor Cursor that iterates over the records of a BerkeleyRODatabase.
SQLiteCursor RAII class that provides a database cursor