[#wallet-SQLiteBatch-GetNewPrefixCursor] = xref:wallet.adoc[wallet]::xref:wallet/SQLiteBatch.adoc[SQLiteBatch]::GetNewPrefixCursor :relfileprefix: ../../ :mrdocs: Get a cursor iterating over records whose key starts with a prefix. == Synopsis Declared in `<wallet/sqlite.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::unique_ptr<DatabaseCursor> GetNewPrefixCursor(std::span<std::byte const> prefix) override; ---- == Return Value A new cursor over the matching records. == Parameters [cols="1,4"] |=== | Name| Description | *prefix* | The key prefix to filter records by. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#