ColumnData

Some data retrieved from a column.

Constructors

this
this(inout T value)
this(T value)
this(T value)
this(T value)
this(T value)

Creates a new ColumnData from the value.

Members

Functions

as
auto as(T defaultValue = T.init)
auto as(T defaultValue = T.init)
auto as(T defaultValue = T.init)

Returns the data converted to T.

type
SqliteType type()

Returns the Sqlite type of the column.

Meta