Cursor that iterates over the records of a BerkeleyRODatabase.
| Name | Description |
|---|---|
DatabaseCursor | Iterates over records stored in a wallet database. |
| Name | Description |
|---|---|
Status | Result of advancing the cursor. |
| Name | Description |
|---|---|
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. |