DataType
Table of Contents
Classes
- AbstractDataType
- Base class for all data types that contains properties common to all data types.
- BigIntDataType
- Node representing the BIGINT SQL column type
- BinaryDataType
- Node representing the BINARY SQL column type
- BitDataType
- Node representing the BIT SQL column type
- BlobDataType
- Node representing the BLOB SQL column type
- CharDataType
- Node representing the CHAR SQL column type
- DateDataType
- Node representing the DATE SQL column type
- DateTimeDataType
- Node representing the DATETIME SQL column type
- DecimalDataType
- Node representing the DECIMAL SQL column type
- DoubleDataType
- Node representing the DOUBLE SQL column type
- EnumDataType
- Node representing the ENUM SQL column type
- FloatDataType
- Node representing the FLOAT SQL column type
- IntegerDataType
- Node representing the INT SQL column type
- JsonDataType
- Node representing the JSON SQL column type
- LongBlobDataType
- Node representing the LONGBLOB SQL column type
- LongTextDataType
- Node representing the LONGTEXT SQL column type
- MediumBlobDataType
- Node representing the MEDIUMBLOB SQL column type
- MediumIntDataType
- Node representing the MEDIUMINT SQL column type
- MediumTextDataType
- Node representing the MEDIUMTEXT SQL column type
- NumericDataType
- Node representing the NUMERIC SQL column type
- RealDataType
- Node representing the REAL SQL column type
- SetDataType
- Node representing the SET SQL column type
- SmallIntDataType
- Node representing the SMALLINT SQL column type
- TextDataType
- Node representing the TEXT SQL column type
- TimeDataType
- Node representing the TIME SQL column type
- TimestampDataType
- Node representing the TIMESTAMP SQL column type
- TinyBlobDataType
- Node representing the TINYBLOB SQL column type
- TinyIntDataType
- Node representing the TINYINT SQL column type
- TinyTextDataType
- Node representing the TINYTEXT SQL column type
- VarBinaryDataType
- Node representing the VARBINARY SQL column type
- VarCharDataType
- Node representing the VARCHAR SQL column type
- YearDataType
- Node representing the YEAR SQL column type