# Functions
NewBooleanColumn return an instance of SBooleanColumn.
No description provided by the author
NewCompoundColumn returns an instance of CompoundColumn.
NewDateTimeColumn returns an instance of DateTime column.
NewDecimalColumn returns an instance of SDecimalColumn.
NewFloatColumn returns an instance of SFloatColumn.
NewIntegerColumn return an instance of SIntegerColumn.
NewTextColumn return an instance of STextColumn.
NewTimeTypeColumn return an instance of STimeTypeColumn.
NewTristateColumn return an instance of STristateColumn.
# Constants
TAG_ORDER defines fields of ORDER BY.
TAG_PARTITION defines expression of PARTITION BY.
TAG_TTL defines table TTL.
# Structs
CompoundColumn represents a column of compound tye, e.g.
SBooleanColumn represents a boolean type column, which is a int(1) for mysql, with value of true or false.
No description provided by the author
No description provided by the author
SDateTimeColumn represents a DateTime type of column.
SDecimalColumn represents a DECIMAL type of column, i.e.
SFloatColumn represents a float type column, e.g.
SIntegerColumn represents an integer type of column, with value of integer.
STextColumn represents a text type of column.
STimeTypeColumn represents a Detetime type of column, e.g.
STristateColumn represents a tristate type column, with value of true, false or none.
# Interfaces
No description provided by the author