Read the next record from the cursor.

Synopsis

Declared in <wallet/sqlite.h>

virtual
Status
Next(
    DataStream& key,
    DataStream& value) override;

Return Value

The status of the read (more data, done, or failure).

Parameters

Name

Description

key

Set to the next record's key.

value

Set to the next record's value.

Created with MrDocs