[#wallet-SQLiteCursor-2constructor-04f] = xref:wallet.adoc[wallet]::xref:wallet/SQLiteCursor.adoc[SQLiteCursor]::SQLiteCursor :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<wallet/sqlite.h>` Construct a cursor over all records. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr explicit xref:wallet/SQLiteCursor/2constructor-049.adoc[SQLiteCursor]() = default; ---- [.small]#xref:wallet/SQLiteCursor/2constructor-049.adoc[_» more..._]# Construct a cursor limited to a key prefix range. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:wallet/SQLiteCursor/2constructor-0e.adoc[SQLiteCursor]( std::vector<std::byte> start_range, std::vector<std::byte> end_range); ---- [.small]#xref:wallet/SQLiteCursor/2constructor-0e.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *start_range* | Inclusive lower bound of the prefix range. | *end_range* | Exclusive upper bound of the prefix range. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#