- java.lang.Object
-
- org.jooq.util.hsqldb.HSQLDBDataType
-
@Deprecated public class HSQLDBDataType 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 theSQLDataType
class has been initialised may lead to deadlocks! See https://github.com/jOOQ/jOOQ/issues/3777 for details.Use the corresponding
SQLDataType
instead.Supported data types for theSQLDialect.HSQLDB
dialect
-
-
Field Summary
Fields Modifier and Type Field Description protected static DataType<BigInteger>
__BIGINTEGER
Deprecated.protected static DataType<ULong>
__BIGINTUNSIGNED
Deprecated.protected static DataType<UInteger>
__INTEGERUNSIGNED
Deprecated.protected static DataType<String>
__LONGNVARCHAR
Deprecated.protected static DataType<String>
__NCHAR
Deprecated.protected static DataType<String>
__NCLOB
Deprecated.protected static DataType<String>
__NVARCHAR
Deprecated.protected static DataType<UShort>
__SMALLINTUNSIGNED
Deprecated.protected static DataType<UByte>
__TINYINTUNSIGNED
Deprecated.static DataType<Long>
BIGINT
Deprecated.static DataType<byte[]>
BINARY
Deprecated.static DataType<byte[]>
BINARYLARGEOBJECT
Deprecated.static DataType<Boolean>
BIT
Deprecated.static DataType<byte[]>
BLOB
Deprecated.static DataType<Boolean>
BOOLEAN
Deprecated.static DataType<String>
CHAR
Deprecated.static DataType<String>
CHARACTER
Deprecated.static DataType<String>
CHARACTERLARGEOBJECT
Deprecated.static DataType<String>
CHARACTERVARYING
Deprecated.static DataType<String>
CHARLARGEOBJECT
Deprecated.static DataType<String>
CLOB
Deprecated.static DataType<Date>
DATE
Deprecated.static DataType<Timestamp>
DATETIME
Deprecated.static DataType<BigDecimal>
DECIMAL
Deprecated.static DataType<Double>
DOUBLE
Deprecated.static DataType<Double>
DOUBLEPRECISION
Deprecated.static DataType<Double>
FLOAT
Deprecated.static DataType<Instant>
INSTANT
Deprecated.static DataType<Integer>
INT
Deprecated.static DataType<Integer>
INTEGER
Deprecated.static DataType<YearToSecond>
INTERVAL
Deprecated.static DataType<DayToSecond>
INTERVALDAYTOSECOND
Deprecated.static DataType<YearToMonth>
INTERVALYEARTOMONTH
Deprecated.static DataType<byte[]>
LONGVARBINARY
Deprecated.static DataType<String>
LONGVARCHAR
Deprecated.static DataType<BigDecimal>
NUMERIC
Deprecated.static DataType<Object>
OBJECT
Deprecated.static DataType<Object>
OTHER
Deprecated.static DataType<Float>
REAL
Deprecated.static DataType<Result<Record>>
ROW
Deprecated.static DataType<Short>
SMALLINT
Deprecated.static DataType<Time>
TIME
Deprecated.static DataType<Timestamp>
TIMESTAMP
Deprecated.static DataType<Timestamp>
TIMESTAMPWITHOUTTIMEZONE
Deprecated.static DataType<OffsetDateTime>
TIMESTAMPWITHTIMEZONE
Deprecated.static DataType<Time>
TIMEWITHOUTTIMEZONE
Deprecated.static DataType<OffsetTime>
TIMEWITHTIMEZONE
Deprecated.static DataType<Byte>
TINYINT
Deprecated.static DataType<UUID>
UUID
Deprecated.static DataType<byte[]>
VARBINARY
Deprecated.static DataType<String>
VARCHAR
Deprecated.static DataType<String>
VARCHARIGNORECASE
Deprecated.
-
Constructor Summary
Constructors Constructor Description HSQLDBDataType()
Deprecated.
-
-
-
Field Detail
-
DECIMAL
public static final DataType<BigDecimal> DECIMAL
Deprecated.
-
NUMERIC
public static final DataType<BigDecimal> NUMERIC
Deprecated.
-
TIMEWITHTIMEZONE
public static final DataType<OffsetTime> TIMEWITHTIMEZONE
Deprecated.
-
TIMESTAMPWITHOUTTIMEZONE
public static final DataType<Timestamp> TIMESTAMPWITHOUTTIMEZONE
Deprecated.
-
TIMESTAMPWITHTIMEZONE
public static final DataType<OffsetDateTime> TIMESTAMPWITHTIMEZONE
Deprecated.
-
LONGVARBINARY
public static final DataType<byte[]> LONGVARBINARY
Deprecated.
-
VARBINARY
public static final DataType<byte[]> VARBINARY
Deprecated.
-
BINARY
public static final DataType<byte[]> BINARY
Deprecated.
-
BLOB
public static final DataType<byte[]> BLOB
Deprecated.
-
BINARYLARGEOBJECT
public static final DataType<byte[]> BINARYLARGEOBJECT
Deprecated.
-
INTERVAL
public static final DataType<YearToSecond> INTERVAL
Deprecated.
-
INTERVALYEARTOMONTH
public static final DataType<YearToMonth> INTERVALYEARTOMONTH
Deprecated.
-
INTERVALDAYTOSECOND
public static final DataType<DayToSecond> INTERVALDAYTOSECOND
Deprecated.
-
__BIGINTEGER
protected static final DataType<BigInteger> __BIGINTEGER
Deprecated.
-
-