d2sqlite3.results

Managing query results.

Members

Enums

PeekMode
enum PeekMode

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

Functions

cached
CachedResults cached(ResultRange results)

Caches all the results of a query into memory at once.

Structs

CachedResults
struct CachedResults

Stores all the results of a query.

ColumnData
struct ColumnData

Some data retrieved from a column.

ResultRange
struct ResultRange

An input range interface to access the rows resulting from an SQL query.

Row
struct Row

A row returned when stepping over an SQLite prepared statement.

Meta

Authors

Nicolas Sicard (biozic) and other contributors at https://github.com/biozic/d2sqlite3