Cursor that iterates over the records of a BerkeleyRODatabase.
Synopsis
Declared in <wallet/migrate.h>
class BerkeleyROCursor
: public DatabaseCursor
Base Classes
Name |
Description |
Iterates over records stored in a wallet database. |
Enums
Name |
Description |
Result of advancing the cursor. |
Member Functions
Name |
Description |
|
Construct a cursor over a database, optionally limited to keys with a given prefix. |
|
Destroy the cursor. |
|
Cursors are non‐copyable. |
|
Read the next record from the database. |
Created with MrDocs