Data for the column.
The default cached value.
The database this column belongs to.
The default value for this table.
The name of the table.
Whether this column was be nullable in the database.
Whether this column is primary key to table.
The type data for this column
Gets a string to create this column under a table.
The string.
Gets the default value for this column.
Gets the real type for this column.
The type it has in the database.
Sets the default value for this column.
The value for the column marked as default.
The column class.
Sets a name for this column.
The name for the column.
The column class.
Sets whether the column can be nullable or not.
The column class.
Sets whether this column is primary key to table.
Boolean indicating if it is the primary column.
The column class.
Transforms a column object into a class column.
The data for the column.
The database this column belongs to.
The created column.
Transforms a value into a valid one for sqlite.
The value to transform.
The type it has in sqlite.
The converted value.
Generated using TypeDoc
Creates a column class for a table.