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