| AbstractStringDataType<T extends AbstractStringDataType<T>> |
Implements common logic for String data types.
|
| Boolean |
This class implements the SQL data type boolean
|
| Char |
This class implements the SQL data type char
|
| Date |
This class implements the SQL data type date
|
| Decimal |
This class implements the Exasol-proprietary data type decimal
|
| DoublePrecision |
This class implements a double precision floating point number data type
|
| IntervalDayToSecond |
This class implements the Exasol-proprietary data type interval day to second.
|
| IntervalYearToMonth |
This class implements the Exasol-proprietary data type interval year to month
|
| Timestamp |
This class implements the SQl data type timestamp
|
| TimestampWithLocalTimezone |
This class implements the Exasol-proprietary data type timestamp with local timezone data
|
| Varchar |
This class implements the Exasol-proprietary data type varchar
|