Iterates over records stored in a wallet database.

Synopsis

Declared in <wallet/db.h>

class DatabaseCursor;

Enums

Name

Description

Status

Result of advancing the cursor.

Member Functions

Name

Description

DatabaseCursor [constructor]

Constructors

~DatabaseCursor [destructor] [virtual]

Destroys the cursor.

operator= [deleted]

Cursors are non‐copyable.

Next [virtual]

Advances to the next record.

Derived Classes

Name

Description

BerkeleyROCursor

Cursor that iterates over the records of a BerkeleyRODatabase.

SQLiteCursor

RAII class that provides a database cursor

Created with MrDocs