Struct ColumnData

Some data retrieved from a column.

struct ColumnData ;

Constructors

NameDescription
this (value) Creates a new ColumnData from the value.

Methods

NameDescription
as (defaultValue) Returns the data converted to T.
type () Returns the Sqlite type of the column.