[#wallet-DatabaseCursor-2constructor-00] = xref:wallet.adoc[wallet]::xref:wallet/DatabaseCursor.adoc[DatabaseCursor]::DatabaseCursor :relfileprefix: ../../ :mrdocs: Cursors are non‐copyable. == Synopsis Declared in `<wallet/db.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- DatabaseCursor(xref:wallet/DatabaseCursor.adoc[DatabaseCursor] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The cursor that would be copied from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#