- 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 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.INFORMIXdialect- 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>__BIGINTEGERDeprecated.protected static DataType<byte[]>__BINARYDeprecated.protected static DataType<Boolean>__BITDeprecated.protected static DataType<String>__LONGNVARCHARDeprecated.protected static DataType<byte[]>__LONGVARBINARYDeprecated.protected static DataType<String>__NCLOBDeprecated.protected static DataType<BigDecimal>__NUMERICDeprecated.protected static DataType<Time>__TIMEDeprecated.protected static DataType<Byte>__TINYINTDeprecated.protected static DataType<UUID>__UUIDDeprecated.static DataType<Long>BIGINTDeprecated.static DataType<byte[]>BLOBDeprecated.static DataType<Boolean>BOOLEANDeprecated.static DataType<byte[]>BYTEDeprecated.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>DOUBLE_PRECISIONDeprecated.static DataType<Double>FLOATDeprecated.static DataType<Integer>INTDeprecated.static DataType<Long>INT8Deprecated.static DataType<Integer>INTEGERDeprecated.static DataType<String>LONGVARCHARDeprecated.static DataType<String>LVARCHARDeprecated.static DataType<BigDecimal>MONEYDeprecated.static DataType<String>NCHARDeprecated.static DataType<BigDecimal>NUMERICDeprecated.static DataType<String>NVARCHARDeprecated.static DataType<Float>REALDeprecated.static DataType<Integer>SERIALDeprecated.static DataType<Long>SERIAL8Deprecated.static DataType<Float>SMALLFLOATDeprecated.static DataType<Short>SMALLINTDeprecated.static DataType<String>TEXTDeprecated.static DataType<String>VARCHARDeprecated.
-
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.
-
-