RAII class that provides a database cursor
Synopsis
Declared in <wallet/sqlite.h>
class SQLiteCursor
: 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 |
|
Constructors |
|
Destroy the cursor and finalize its prepared statement. |
|
Cursors are non‐copyable. |
|
Read the next record from the cursor. |
Data Members
Name |
Description |
The prepared statement backing this cursor. |
|
Exclusive upper bound of the key prefix range for a prefix cursor. |
|
Inclusive lower bound of the key prefix range for a prefix cursor. |
Created with MrDocs