Iterates over records stored in a wallet database.
Synopsis
Declared in <wallet/db.h>
class DatabaseCursor;
Enums
Name |
Description |
Result of advancing the cursor. |
Member Functions
Name |
Description |
|
Constructors |
|
Destroys the cursor. |
|
Cursors are non‐copyable. |
|
Advances to the next record. |
Derived Classes
Name |
Description |
Cursor that iterates over the records of a BerkeleyRODatabase. |
|
RAII class that provides a database cursor |
Created with MrDocs