wallet::BerkeleyROCursor

Cursor that iterates over the records of a BerkeleyRODatabase.

Synopsis

Declared in <wallet/migrate.h>

class BerkeleyROCursor
    : public DatabaseCursor

Base Classes

NameDescription
DatabaseCursorIterates over records stored in a wallet database.

Enums

NameDescription
Status Result of advancing the cursor.

Member Functions

NameDescription
BerkeleyROCursor [constructor]Construct a cursor over a database, optionally limited to keys with a given prefix.
~BerkeleyROCursor [destructor] [virtual]Destroy the cursor.
operator= [deleted]Cursors are non-copyable.
Next [virtual]Read the next record from the database.