Rows

Range that deserializes and returns row data.

Constructors

this
this(SQLite3.Statement statement)
Undocumented in source.

Members

Aliases

T
alias T = ReturnType!read
Undocumented in source.

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
T front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta