[#wallet-SQLiteCursor-Next] = xref:wallet.adoc[wallet]::xref:wallet/SQLiteCursor.adoc[SQLiteCursor]::Next :relfileprefix: ../../ :mrdocs: Read the next record from the cursor. == Synopsis Declared in `<wallet/sqlite.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual xref:wallet/DatabaseCursor/Status.adoc[Status] Next( xref:DataStream.adoc[DataStream]& key, xref:DataStream.adoc[DataStream]& value) override; ---- == Return Value The status of the read (more data, done, or failure). == Parameters [cols="1,4"] |=== | Name| Description | *key* | Set to the next record's key. | *value* | Set to the next record's value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#