java.lang.Object
org.jooq.util.hana.HanaDataType
Deprecated, for removal: This API element is subject to removal in a future version.
Supported data types for the 
SQLDialect.HANA dialect- Author:
 - Lukas Eder
 - See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final DataType<BigInteger> Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<byte[]> Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.protected static final DataType<BigDecimal> Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<BigDecimal> Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.static final DataType<byte[]> Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version. - 
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. - 
Method Summary
 
- 
Field Details
- 
TINYINT
Deprecated, for removal: This API element is subject to removal in a future version. - 
SMALLINT
Deprecated, for removal: This API element is subject to removal in a future version. - 
INTEGER
Deprecated, for removal: This API element is subject to removal in a future version. - 
BIGINT
Deprecated, for removal: This API element is subject to removal in a future version. - 
DOUBLE
Deprecated, for removal: This API element is subject to removal in a future version. - 
REAL
Deprecated, for removal: This API element is subject to removal in a future version. - 
DECIMAL
Deprecated, for removal: This API element is subject to removal in a future version. - 
VARCHAR
Deprecated, for removal: This API element is subject to removal in a future version. - 
TEXT
Deprecated, for removal: This API element is subject to removal in a future version. - 
NVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version. - 
CLOB
Deprecated, for removal: This API element is subject to removal in a future version. - 
DATE
Deprecated, for removal: This API element is subject to removal in a future version. - 
TIME
Deprecated, for removal: This API element is subject to removal in a future version. - 
TIMESTAMP
Deprecated, for removal: This API element is subject to removal in a future version. - 
VARBINARY
Deprecated, for removal: This API element is subject to removal in a future version. - 
BLOB
Deprecated, for removal: This API element is subject to removal in a future version. - 
BINARYLARGEOBJECT
Deprecated, for removal: This API element is subject to removal in a future version. - 
SMALLDECIMAL
Deprecated, for removal: This API element is subject to removal in a future version. - 
__BIT
Deprecated, for removal: This API element is subject to removal in a future version. - 
__BINARY
Deprecated, for removal: This API element is subject to removal in a future version. - 
__BOOLEAN
Deprecated, for removal: This API element is subject to removal in a future version. - 
__CHAR
Deprecated, for removal: This API element is subject to removal in a future version. - 
__FLOAT
Deprecated, for removal: This API element is subject to removal in a future version. - 
__NCHAR
Deprecated, for removal: This API element is subject to removal in a future version. - 
__NCLOB
Deprecated, for removal: This API element is subject to removal in a future version. - 
__NUMERIC
Deprecated, for removal: This API element is subject to removal in a future version. - 
__LONGVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version. - 
__LONGNVARCHAR
Deprecated, for removal: This API element is subject to removal in a future version. - 
__LONGVARBINARY
Deprecated, for removal: This API element is subject to removal in a future version. - 
__TINYINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. - 
__SMALLINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. - 
__INTEGERUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. - 
__BIGINTUNSIGNED
Deprecated, for removal: This API element is subject to removal in a future version. - 
__JSON
Deprecated, for removal: This API element is subject to removal in a future version. - 
__JSONB
Deprecated, for removal: This API element is subject to removal in a future version. - 
__YEAR
Deprecated, for removal: This API element is subject to removal in a future version. - 
__BYTE
Deprecated, for removal: This API element is subject to removal in a future version. - 
__BIGINTEGER
Deprecated, for removal: This API element is subject to removal in a future version. - 
__UUID
Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 - 
Constructor Details
- 
HanaDataType
public HanaDataType()Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 
SQLDataTypeclass has been initialised may lead to deadlocks! See https://github.com/jOOQ/jOOQ/issues/3777 for details.Use the corresponding
SQLDataTypeinstead.