Advances to the next record.

Synopsis

Declared in <wallet/db.h>

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

Return Value

The status of the read.

Parameters

Name

Description

key

Receives the record key.

value

Receives the record value.

Created with MrDocs