Uses of Interface
com.exasol.datatype.type.DataType
-
Packages that use DataType Package Description com.exasol.datatype.type com.exasol.sql com.exasol.sql.expression.function.exasol -
-
Uses of DataType in com.exasol.datatype.type
Classes in com.exasol.datatype.type that implement DataType Modifier and Type Class Description classAbstractStringDataType<T extends AbstractStringDataType<T>>Implements common logic for String data types.classBooleanThis class implements the SQL data type booleanclassCharThis class implements the SQL data type charclassDateThis class implements the SQL data type dateclassDecimalThis class implements the Exasol-proprietary data type decimalclassDoublePrecisionThis class implements a double precision floating point number data typeclassIntervalDayToSecondThis class implements the Exasol-proprietary data type interval day to second.classIntervalYearToMonthThis class implements the Exasol-proprietary data type interval year to monthclassTimestampThis class implements the SQl data type timestampclassTimestampWithLocalTimezoneThis class implements the Exasol-proprietary data type timestamp with local timezone dataclassVarcharThis class implements the Exasol-proprietary data type varchar -
Uses of DataType in com.exasol.sql
Methods in com.exasol.sql that return DataType Modifier and Type Method Description DataTypeColumn. getDataType()Get the column data typeMethods in com.exasol.sql with parameters of type DataType Modifier and Type Method Description voidColumnsDefinition. add(String name, DataType dataType)Add a new column to theColumnsDefinitionConstructors in com.exasol.sql with parameters of type DataType Constructor Description Column(Fragment root, String columnName, DataType dataType)Create a new instance of aColumn -
Uses of DataType in com.exasol.sql.expression.function.exasol
Methods in com.exasol.sql.expression.function.exasol that return DataType Modifier and Type Method Description DataTypeCastExasolFunction. getType()Get the type to cast the value to.Methods in com.exasol.sql.expression.function.exasol with parameters of type DataType Modifier and Type Method Description static CastExasolFunctionCastExasolFunction. of(ValueExpression valueExpression, DataType type)Create a newCastExasolFunctioninstance.
-