| Package | Description |
|---|---|
| com.exasol.datatype.type | |
| com.exasol.sql | |
| com.exasol.sql.expression.function.exasol |
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
DataType |
Column.getDataType()
Get the column data type
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnsDefinition.add(String name,
DataType dataType)
Add a new column to the
ColumnsDefinition |
| Constructor and Description |
|---|
Column(Fragment root,
String columnName,
DataType dataType)
Create a new instance of a
Column |
| Modifier and Type | Method and Description |
|---|---|
DataType |
CastExasolFunction.getType()
Get the type to cast the value to.
|
| Modifier and Type | Method and Description |
|---|---|
static CastExasolFunction |
CastExasolFunction.of(ValueExpression valueExpression,
DataType type)
Create a new
CastExasolFunction instance. |
Copyright © 2018–2021. All rights reserved.