[#wallet-DatabaseCursor] = xref:wallet.adoc[wallet]::DatabaseCursor :relfileprefix: ../ :mrdocs: Iterates over records stored in a wallet database. == Synopsis Declared in `<wallet/db.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class DatabaseCursor; ---- == Enums [cols="1,4"] |=== | Name| Description | xref:wallet/DatabaseCursor/Status.adoc[`Status`] | Result of advancing the cursor. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:wallet/DatabaseCursor/2constructor-0a.adoc[`DatabaseCursor`] [.small]#[constructor]# | Constructors | xref:wallet/DatabaseCursor/2destructor.adoc[`~DatabaseCursor`] [.small]#[destructor]# [.small]#[virtual]# | Destroys the cursor. | xref:wallet/DatabaseCursor/operator_assign.adoc[`operator=`] [.small]#[deleted]# | Cursors are non‐copyable. | xref:wallet/DatabaseCursor/Next.adoc[`Next`] [.small]#[virtual]# | Advances to the next record. |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:wallet/BerkeleyROCursor.adoc[`BerkeleyROCursor`] | Cursor that iterates over the records of a BerkeleyRODatabase. | xref:wallet/SQLiteCursor.adoc[`SQLiteCursor`] | RAII class that provides a database cursor |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#