- java.lang.Object
-
- org.jooq.util.informix.InformixDataType
-
@Deprecated public class InformixDataType 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.INFORMIX
dialect- Author:
- Lukas Eder
- See Also:
- http://publib.boulder.ibm.com/infocenter/idshelp/v10/index.jsp?topic=/com.ibm.sqlr.doc/sqlrmst99.htm
-
-
Field Summary
Fields Modifier and Type Field Description protected static DataType<BigInteger>
__BIGINTEGER
Deprecated.protected static DataType<byte[]>
__BINARY
Deprecated.protected static DataType<Boolean>
__BIT
Deprecated.protected static DataType<String>
__LONGNVARCHAR
Deprecated.protected static DataType<byte[]>
__LONGVARBINARY
Deprecated.protected static DataType<String>
__NCLOB
Deprecated.protected static DataType<BigDecimal>
__NUMERIC
Deprecated.protected static DataType<Time>
__TIME
Deprecated.protected static DataType<Byte>
__TINYINT
Deprecated.protected static DataType<UUID>
__UUID
Deprecated.static DataType<Long>
BIGINT
Deprecated.static DataType<byte[]>
BLOB
Deprecated.static DataType<Boolean>
BOOLEAN
Deprecated.static DataType<byte[]>
BYTE
Deprecated.static DataType<String>
CHAR
Deprecated.static DataType<String>
CHARACTER
Deprecated.static DataType<String>
CLOB
Deprecated.static DataType<Date>
DATE
Deprecated.static DataType<Timestamp>
DATETIME
Deprecated.static DataType<BigDecimal>
DEC
Deprecated.static DataType<BigDecimal>
DECIMAL
Deprecated.static DataType<Double>
DOUBLE_PRECISION
Deprecated.static DataType<Double>
FLOAT
Deprecated.static DataType<Integer>
INT
Deprecated.static DataType<Long>
INT8
Deprecated.static DataType<Integer>
INTEGER
Deprecated.static DataType<String>
LONGVARCHAR
Deprecated.static DataType<String>
LVARCHAR
Deprecated.static DataType<BigDecimal>
MONEY
Deprecated.static DataType<String>
NCHAR
Deprecated.static DataType<BigDecimal>
NUMERIC
Deprecated.static DataType<String>
NVARCHAR
Deprecated.static DataType<Float>
REAL
Deprecated.static DataType<Integer>
SERIAL
Deprecated.static DataType<Long>
SERIAL8
Deprecated.static DataType<Float>
SMALLFLOAT
Deprecated.static DataType<Short>
SMALLINT
Deprecated.static DataType<String>
TEXT
Deprecated.static DataType<String>
VARCHAR
Deprecated.
-
Constructor Summary
Constructors Constructor Description InformixDataType()
Deprecated.
-
-
-
Field Detail
-
DECIMAL
public static final DataType<BigDecimal> DECIMAL
Deprecated.
-
DEC
public static final DataType<BigDecimal> DEC
Deprecated.
-
NUMERIC
public static final DataType<BigDecimal> NUMERIC
Deprecated.
-
BYTE
public static final DataType<byte[]> BYTE
Deprecated.
-
BLOB
public static final DataType<byte[]> BLOB
Deprecated.
-
__BINARY
protected static final DataType<byte[]> __BINARY
Deprecated.
-
__LONGVARBINARY
protected static final DataType<byte[]> __LONGVARBINARY
Deprecated.
-
__NUMERIC
protected static final DataType<BigDecimal> __NUMERIC
Deprecated.
-
__BIGINTEGER
protected static final DataType<BigInteger> __BIGINTEGER
Deprecated.
-
MONEY
public static final DataType<BigDecimal> MONEY
Deprecated.
-
-