Iterates over records stored in a wallet database.
Declared in <wallet/db.h>
class DatabaseCursor;
| Name | Description |
|---|---|
Status | Result of advancing the cursor. |
| Name | Description |
|---|---|
DatabaseCursor [constructor] | Constructors |
~DatabaseCursor [destructor] [virtual] | Destroys the cursor. |
operator= [deleted] | Cursors are non-copyable. |
Next [virtual] | Advances to the next record. |
| Name | Description |
|---|---|
BerkeleyROCursor | Cursor that iterates over the records of a BerkeleyRODatabase. |
SQLiteCursor | RAII class that provides a database cursor |