[#wallet-SQLiteCursor-2constructor-0e] = xref:wallet.adoc[wallet]::xref:wallet/SQLiteCursor.adoc[SQLiteCursor]::SQLiteCursor :relfileprefix: ../../ :mrdocs: Construct a cursor limited to a key prefix range. == Synopsis Declared in `<wallet/sqlite.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit SQLiteCursor( std::vector<std::byte> start_range, std::vector<std::byte> end_range); ---- == 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]#