type property

ColumnType type
final

Type of the column.

If the underlying data does not match this type, it is cast automatically.

For details on the cast, see: https://www.sqlite.org/lang_expr.html#castexpr

Implementation

final ColumnType type;