- java.lang.Object
-
- org.jooq.util.ingres.IngresDataType
-
@Deprecated public class IngresDataType 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.INGRES
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<UShort>
__SMALLINTUNSIGNED
Deprecated.protected static DataType<UByte>
__TINYINTUNSIGNED
Deprecated.protected static DataType<UUID>
__UUID
Deprecated.static DataType<Date>
ANSIDATE
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<byte[]>
BYTE
Deprecated.static DataType<String>
C
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<BigDecimal>
DECIMAL
Deprecated.static DataType<Double>
DOUBLEPRECISION
Deprecated.static DataType<Double>
FLOAT
Deprecated.static DataType<Float>
FLOAT4
Deprecated.static DataType<Double>
FLOAT8
Deprecated.static DataType<Byte>
I1
Deprecated.static DataType<Short>
I2
Deprecated.static DataType<Integer>
I4
Deprecated.static DataType<Long>
I8
Deprecated.static DataType<Date>
INGRESDATE
Deprecated.static DataType<Integer>
INTEGER
Deprecated.static DataType<Byte>
INTEGER1
Deprecated.static DataType<Short>
INTEGER2
Deprecated.static DataType<Integer>
INTEGER4
Deprecated.static DataType<Long>
INTEGER8
Deprecated.static DataType<byte[]>
LONGBYTE
Deprecated.static DataType<String>
LONGNVARCHAR
Deprecated.static DataType<String>
LONGVARCHAR
Deprecated.static DataType<String>
NATIONALCHARACTERLARGEOBJECT
Deprecated.static DataType<String>
NCHAR
Deprecated.static DataType<String>
NCHARLARGEOBJECT
Deprecated.static DataType<String>
NCLOB
Deprecated.static DataType<BigDecimal>
NUMERIC
Deprecated.static DataType<String>
NVARCHAR
Deprecated.static DataType<Float>
REAL
Deprecated.static DataType<Short>
SMALLINT
Deprecated.static DataType<String>
TEXT
Deprecated.static DataType<Time>
TIME
Deprecated.static DataType<Timestamp>
TIMESTAMP
Deprecated.static DataType<Timestamp>
TIMESTAMPWITHLOCALTIMEZONE
Deprecated.static DataType<Timestamp>
TIMESTAMPWITHOUTTIMEZONE
Deprecated.static DataType<Timestamp>
TIMESTAMPWITHTIMEZONE
Deprecated.static DataType<Time>
TIMEWITHLOCALTIMEZONE
Deprecated.static DataType<Time>
TIMEWITHOUTTIMEZONE
Deprecated.static DataType<Time>
TIMEWITHTIMEZONE
Deprecated.static DataType<Byte>
TINYINT
Deprecated.static DataType<byte[]>
VARBINARY
Deprecated.static DataType<byte[]>
VARBYTE
Deprecated.static DataType<String>
VARCHAR
Deprecated.
-
Constructor Summary
Constructors Constructor Description IngresDataType()
Deprecated.
-
-
-
Field Detail
-
DECIMAL
public static final DataType<BigDecimal> DECIMAL
Deprecated.
-
NATIONALCHARACTERLARGEOBJECT
public static final DataType<String> NATIONALCHARACTERLARGEOBJECT
Deprecated.
-
BLOB
public static final DataType<byte[]> BLOB
Deprecated.
-
BINARYLARGEOBJECT
public static final DataType<byte[]> BINARYLARGEOBJECT
Deprecated.
-
BINARY
public static final DataType<byte[]> BINARY
Deprecated.
-
VARBINARY
public static final DataType<byte[]> VARBINARY
Deprecated.
-
LONGBYTE
public static final DataType<byte[]> LONGBYTE
Deprecated.
-
NUMERIC
public static final DataType<BigDecimal> NUMERIC
Deprecated.
-
__BIGINTEGER
protected static final DataType<BigInteger> __BIGINTEGER
Deprecated.
-
TIMESTAMPWITHOUTTIMEZONE
public static final DataType<Timestamp> TIMESTAMPWITHOUTTIMEZONE
Deprecated.
-
TIMESTAMPWITHLOCALTIMEZONE
public static final DataType<Timestamp> TIMESTAMPWITHLOCALTIMEZONE
Deprecated.
-
BYTE
public static final DataType<byte[]> BYTE
Deprecated.
-
VARBYTE
public static final DataType<byte[]> VARBYTE
Deprecated.
-
-