_DataTypes (gb.mysql)
Provides almost all the datatypes supported by MySQL
This class is virtual.
This class is not creatable.
 
Constants
Methods
| 
Binary  
 | 
Returns the MySQL BINARY(M) data type. You can specify the charset and collation
 | 
| 
Bit  
 | 
Returns the MySQL BIT(M) data type
 | 
| 
Blob  
 | 
Returns the MySQL BLOB(M) data type
 | 
| 
Char  
 | 
Returns the MySQL CHAR(M) data type. You can specify the charset and collation
 | 
| 
Enum  
 | 
Returns the MySQL ENUM(M) data type. You can specify the charset and collation
 | 
| 
LongText  
 | 
Returns the MySQL LONGTEXT(M) data type. You can specify the charset and collation
 | 
| 
MediumText  
 | 
Returns the MySQL MEDIUMTEXT data type. You can specify the charset and collation
 | 
| 
Set  
 | 
Returns the MySQL SET(M) data type. You can specify the charset and collation
 | 
| 
SignedDec  
 | 
Returns the MySQL DECIMAL(M, D) data type
 | 
| 
SignedDecimal  
 | 
Returns the MySQL DECIMAL(M, D) data type
 | 
| 
SignedDouble  
 | 
Returns the MySQL DOUBLE(M, D) data type
 | 
| 
SignedDoublePrecision  
 | 
Returns the MySQL DOUBLE PRECISION(M, D) data type
 | 
| 
SignedFloat  
 | 
Returns the MySQL FLOAT(M, D) data type
 | 
| 
SignedReal  
 | 
Returns the MySQL REAL(M, D) data type
 | 
| 
Text  
 | 
Returns the MySQL TEXT(M) data type. You can specify the charset and collation
 | 
| 
TinyText  
 | 
Returns the MySQL TINYTEXT(M) data type. You can specify the charset and collation
 | 
| 
UnsignedDec  
 | 
Returns the MySQL DECIMAL(M, D) UNSIGNED data type
 | 
| 
UnsignedDecimal  
 | 
Returns the MySQL DECIMAL(M, D) UNSIGNED data type
 | 
| 
UnsignedDouble  
 | 
Returns the MySQL DOUBLE(M, D) UNSIGNED data type
 | 
| 
UnsignedDoublePrecision  
 | 
Returns the MySQL DOUBLE PRECISION(M, D) UNSIGNED data type
 | 
| 
UnsignedFloat  
 | 
Returns the MySQL FLOAT(M, D) UNSIGNED data type
 | 
| 
UnsignedReal  
 | 
Returns the MySQL REAL(M, D) UNSIGNED data type
 | 
| 
VarBinary  
 | 
Returns the MySQL VARBINARY(M) data type. You can specify the charset and collation
 | 
| 
VarChar  
 | 
Returns the MySQL VARCHAR(M) data type. You can specify the charset and collation
 | 
| 
Year  
 | 
Returns the MySQL YEAR(2|4) data type
 |