Module d2sqlite3.results

Managing query results.

Functions

NameDescription
cached(results) Caches all the results of a query into memory at once.

Structs

NameDescription
CachedResults Stores all the results of a query.
ColumnData Some data retrieved from a column.
ResultRange An input range interface to access the rows resulting from an SQL query.
Row A row returned when stepping over an SQLite prepared statement.

Enums

NameDescription
PeekMode Behavior of the Row.peek() method for arrays/strings