[#wallet-SQLiteBatch-GetNewCursor] = xref:wallet.adoc[wallet]::xref:wallet/SQLiteBatch.adoc[SQLiteBatch]::GetNewCursor :relfileprefix: ../../ :mrdocs: Get a cursor iterating over all records in the database. == Synopsis Declared in `<wallet/sqlite.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::unique_ptr<DatabaseCursor> GetNewCursor() override; ---- == Return Value A new cursor over the database. [.small]#Created with https://www.mrdocs.com[MrDocs]#