- java.lang.Object
-
- org.jooq.util.hana.HanaDataType
-
@Deprecated public class HanaDataType extends Object
Deprecated.- 3.11.0 - [#7375] - This type is part of jOOQ's internal API. Do not reference this type directly from client code. Referencing this type before theSQLDataTypeclass has been initialised may lead to deadlocks! See https://github.com/jOOQ/jOOQ/issues/3777 for details.Use the corresponding
SQLDataTypeinstead.Supported data types for theSQLDialect.HANAdialect
-
-
Field Summary
Fields Modifier and Type Field Description protected static DataType<BigInteger>__BIGINTEGERDeprecated.protected static DataType<ULong>__BIGINTUNSIGNEDDeprecated.protected static DataType<byte[]>__BINARYDeprecated.protected static DataType<Boolean>__BITDeprecated.protected static DataType<Boolean>__BOOLEANDeprecated.protected static DataType<String>__CHARDeprecated.protected static DataType<Double>__FLOATDeprecated.protected static DataType<UInteger>__INTEGERUNSIGNEDDeprecated.protected static DataType<String>__LONGNVARCHARDeprecated.protected static DataType<String>__LONGVARCHARDeprecated.protected static DataType<String>__NCHARDeprecated.protected static DataType<String>__NCLOBDeprecated.protected static DataType<BigDecimal>__NUMERICDeprecated.protected static DataType<UShort>__SMALLINTUNSIGNEDDeprecated.protected static DataType<UByte>__TINYINTUNSIGNEDDeprecated.protected static DataType<UUID>__UUIDDeprecated.static DataType<Long>BIGINTDeprecated.static DataType<byte[]>BINARYLARGEOBJECTDeprecated.static DataType<byte[]>BLOBDeprecated.static DataType<String>CLOBDeprecated.static DataType<Date>DATEDeprecated.static DataType<BigDecimal>DECIMALDeprecated.static DataType<Double>DOUBLEDeprecated.static DataType<Integer>INTEGERDeprecated.static DataType<String>NVARCHARDeprecated.static DataType<Float>REALDeprecated.static DataType<Short>SMALLINTDeprecated.static DataType<String>TEXTDeprecated.static DataType<Time>TIMEDeprecated.static DataType<Timestamp>TIMESTAMPDeprecated.static DataType<Byte>TINYINTDeprecated.static DataType<byte[]>VARBINARYDeprecated.static DataType<String>VARCHARDeprecated.
-
Constructor Summary
Constructors Constructor Description HanaDataType()Deprecated.
-
-
-
Field Detail
-
DECIMAL
public static final DataType<BigDecimal> DECIMAL
Deprecated.
-
VARBINARY
public static final DataType<byte[]> VARBINARY
Deprecated.
-
BLOB
public static final DataType<byte[]> BLOB
Deprecated.
-
BINARYLARGEOBJECT
public static final DataType<byte[]> BINARYLARGEOBJECT
Deprecated.
-
__BINARY
protected static final DataType<byte[]> __BINARY
Deprecated.
-
__NUMERIC
protected static final DataType<BigDecimal> __NUMERIC
Deprecated.
-
__BIGINTEGER
protected static final DataType<BigInteger> __BIGINTEGER
Deprecated.
-
-