module documentation

Undocumented

Class BIGINT MySQL BIGINTEGER type.
Class BIT MySQL BIT type.
Class CHAR MySQL CHAR type, for fixed-length character data.
Class DATETIME MySQL DATETIME type.
Class DECIMAL MySQL DECIMAL type.
Class DOUBLE MySQL DOUBLE type.
Class FLOAT MySQL FLOAT type.
Class INTEGER MySQL INTEGER type.
Class LONGBLOB MySQL LONGBLOB type, for binary data up to 2^32 bytes.
Class LONGTEXT MySQL LONGTEXT type, for text up to 2^32 characters.
Class MEDIUMBLOB MySQL MEDIUMBLOB type, for binary data up to 2^24 bytes.
Class MEDIUMINT MySQL MEDIUMINTEGER type.
Class MEDIUMTEXT MySQL MEDIUMTEXT type, for text up to 2^24 characters.
Class NCHAR MySQL NCHAR type.
Class NUMERIC MySQL NUMERIC type.
Class NVARCHAR MySQL NVARCHAR type.
Class REAL MySQL REAL type.
Class SMALLINT MySQL SMALLINTEGER type.
Class TEXT MySQL TEXT type, for text up to 2^16 characters.
Class TIME MySQL TIME type.
Class TIMESTAMP MySQL TIMESTAMP type.
Class TINYBLOB MySQL TINYBLOB type, for binary data up to 2^8 bytes.
Class TINYINT MySQL TINYINT type.
Class TINYTEXT MySQL TINYTEXT type, for text up to 2^8 characters.
Class VARCHAR MySQL VARCHAR type, for variable-length character data.
Class YEAR MySQL YEAR type, for single byte storage of years 1901-2155.
Class _​Float​Type Undocumented
Class _​Integer​Type Undocumented
Class _​Match​Type Undocumented
Class _​Numeric​Type Base for MySQL numeric types.
Class _​String​Type Base for MySQL string types.