[#wallet-SQLiteCursor-m_cursor_stmt] = xref:wallet.adoc[wallet]::xref:wallet/SQLiteCursor.adoc[SQLiteCursor]::m_cursor_stmt :relfileprefix: ../../ :mrdocs: The prepared statement backing this cursor. == Synopsis Declared in `<wallet/sqlite.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:sqlite3_stmt.adoc[sqlite3_stmt]* m_cursor_stmt = {nullptr}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#