Read the next record from the cursor.
Declared in <wallet/sqlite.h>
virtual
Status
Next(
DataStream& key,
DataStream& value) override;
The status of the read (more data, done, or failure).
| Name | Description |
|---|---|
| key | Set to the next record's key. |
| value | Set to the next record's value. |