- java.lang.Object
-
- org.jooq.util.h2.H2DataType
-
@Deprecated public class H2DataType 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.H2dialect- Author:
- Lukas Eder
- See Also:
- http://www.h2database.com/html/datatypes.html
-
-
Field Summary
Fields Modifier and Type Field Description protected static DataType<BigInteger>__BIGINTEGERDeprecated.protected static DataType<ULong>__BIGINTUNSIGNEDDeprecated.protected static DataType<UInteger>__INTEGERUNSIGNEDDeprecated.protected static DataType<String>__LONGNVARCHARDeprecated.protected static DataType<Result<Record>>__RESULTDeprecated.protected static DataType<UShort>__SMALLINTUNSIGNEDDeprecated.protected static DataType<UByte>__TINYINTUNSIGNEDDeprecated.static DataType<Long>BIGINTDeprecated.static DataType<byte[]>BINARYDeprecated.static DataType<Boolean>BITDeprecated.static DataType<byte[]>BLOBDeprecated.static DataType<Boolean>BOOLDeprecated.static DataType<Boolean>BOOLEANDeprecated.static DataType<byte[]>BYTEADeprecated.static DataType<String>CHARDeprecated.static DataType<String>CHARACTERDeprecated.static DataType<String>CLOBDeprecated.static DataType<Date>DATEDeprecated.static DataType<Timestamp>DATETIMEDeprecated.static DataType<BigDecimal>DECDeprecated.static DataType<BigDecimal>DECIMALDeprecated.static DataType<Double>DOUBLEDeprecated.static DataType<Double>FLOATDeprecated.static DataType<Double>FLOAT4Deprecated.static DataType<Double>FLOAT8Deprecated.static DataType<Long>IDENTITYDeprecated.static DataType<byte[]>IMAGEDeprecated.static DataType<Instant>INSTANTDeprecated.static DataType<Integer>INTDeprecated.static DataType<Short>INT2Deprecated.static DataType<Integer>INT4Deprecated.static DataType<Long>INT8Deprecated.static DataType<Integer>INTEGERDeprecated.static DataType<byte[]>LONGBLOBDeprecated.static DataType<String>LONGTEXTDeprecated.static DataType<byte[]>LONGVARBINARYDeprecated.static DataType<String>LONGVARCHARDeprecated.static DataType<byte[]>MEDIUMBLOBDeprecated.static DataType<Integer>MEDIUMINTDeprecated.static DataType<String>MEDIUMTEXTDeprecated.static DataType<String>NCHARDeprecated.static DataType<String>NCLOBDeprecated.static DataType<String>NTEXTDeprecated.static DataType<BigDecimal>NUMBERDeprecated.static DataType<BigDecimal>NUMERICDeprecated.static DataType<String>NVARCHARDeprecated.static DataType<String>NVARCHAR2Deprecated.static DataType<byte[]>OIDDeprecated.static DataType<Object>OTHERDeprecated.static DataType<byte[]>RAWDeprecated.static DataType<Float>REALDeprecated.static DataType<Integer>SIGNEDDeprecated.static DataType<Timestamp>SMALLDATETIMEDeprecated.static DataType<Short>SMALLINTDeprecated.static DataType<String>TEXTDeprecated.static DataType<Time>TIMEDeprecated.static DataType<Timestamp>TIMESTAMPDeprecated.static DataType<OffsetDateTime>TIMESTAMPWITHTIMEZONEDeprecated.static DataType<byte[]>TINYBLOBDeprecated.static DataType<Byte>TINYINTDeprecated.static DataType<String>TINYTEXTDeprecated.static DataType<UUID>UUIDDeprecated.static DataType<byte[]>VARBINARYDeprecated.static DataType<String>VARCHARDeprecated.static DataType<String>VARCHAR_CASESENSITIVEDeprecated.static DataType<String>VARCHAR_IGNORECASEDeprecated.static DataType<String>VARCHAR2Deprecated.static DataType<Short>YEARDeprecated.
-
Constructor Summary
Constructors Constructor Description H2DataType()Deprecated.
-
-
-
Field Detail
-
DECIMAL
public static final DataType<BigDecimal> DECIMAL
Deprecated.
-
DEC
public static final DataType<BigDecimal> DEC
Deprecated.
-
NUMBER
public static final DataType<BigDecimal> NUMBER
Deprecated.
-
NUMERIC
public static final DataType<BigDecimal> NUMERIC
Deprecated.
-
TIMESTAMPWITHTIMEZONE
public static final DataType<OffsetDateTime> TIMESTAMPWITHTIMEZONE
Deprecated.
-
BINARY
public static final DataType<byte[]> BINARY
Deprecated.
-
VARBINARY
public static final DataType<byte[]> VARBINARY
Deprecated.
-
LONGVARBINARY
public static final DataType<byte[]> LONGVARBINARY
Deprecated.
-
BLOB
public static final DataType<byte[]> BLOB
Deprecated.
-
__BIGINTEGER
protected static final DataType<BigInteger> __BIGINTEGER
Deprecated.
-
RAW
public static final DataType<byte[]> RAW
Deprecated.
-
BYTEA
public static final DataType<byte[]> BYTEA
Deprecated.
-
TINYBLOB
public static final DataType<byte[]> TINYBLOB
Deprecated.
-
MEDIUMBLOB
public static final DataType<byte[]> MEDIUMBLOB
Deprecated.
-
LONGBLOB
public static final DataType<byte[]> LONGBLOB
Deprecated.
-
IMAGE
public static final DataType<byte[]> IMAGE
Deprecated.
-
OID
public static final DataType<byte[]> OID
Deprecated.
-
-