ColumnData

Some data retrieved from a column.

Constructors

this
this(T value)

Creates a new ColumnData from the value.

Members

Aliases

SqliteVariant
alias SqliteVariant = Algebraic!(long, double, string, Blob, typeof(null))
Undocumented in source.

Functions

as
auto as(T defaultValue)

Returns the data converted to T.

as
auto as(T defaultValue)

Returns the data converted to T.

toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
type
SqliteType type()

Returns the Sqlite type of the column.

Meta