- java.lang.Object
-
- org.jooq.util.ase.ASEDataType
-
@Deprecated public class ASEDataType 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.ASEdialect- Author:
- Lukas Eder
- See Also:
- http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc36271.1550/html/blocks/X31825.htm
-
-
Field Summary
Fields Modifier and Type Field Description protected static DataType<BigInteger>__BIGINTEGERDeprecated.protected static DataType<byte[]>__BLOBDeprecated.protected static DataType<Boolean>__BOOLEANDeprecated.protected static DataType<String>__LONGNVARCHARDeprecated.protected static DataType<byte[]>__LONGVARBINARYDeprecated.protected static DataType<UUID>__UUIDDeprecated.static DataType<Timestamp>BIGDATETIMEDeprecated.static DataType<Long>BIGINTDeprecated.static DataType<Time>BIGTIMEDeprecated.static DataType<byte[]>BINARYDeprecated.static DataType<Boolean>BITDeprecated.static DataType<String>CHARDeprecated.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<byte[]>IMAGEDeprecated.static DataType<Integer>INTDeprecated.static DataType<Integer>INTEGERDeprecated.static DataType<String>LONGSYSNAMEDeprecated.static DataType<String>LONGVARCHARDeprecated.static DataType<BigDecimal>MONEYDeprecated.static DataType<String>NCHARDeprecated.static DataType<BigDecimal>NUMERICDeprecated.static DataType<String>NVARCHARDeprecated.static DataType<Float>REALDeprecated.static DataType<Timestamp>SMALLDATETIMEDeprecated.static DataType<Short>SMALLINTDeprecated.static DataType<BigDecimal>SMALLMONEYDeprecated.static DataType<String>SYSNAMEDeprecated.static DataType<String>TEXTDeprecated.static DataType<Time>TIMEDeprecated.static DataType<Timestamp>TIMESTAMPDeprecated.static DataType<Byte>TINYINTDeprecated.static DataType<String>UNICHARDeprecated.static DataType<String>UNITEXTDeprecated.static DataType<String>UNIVARCHARDeprecated.static DataType<Long>UNSIGNEDBIGINTDeprecated.static DataType<Integer>UNSIGNEDINTDeprecated.static DataType<Short>UNSIGNEDSMALLLINTDeprecated.static DataType<byte[]>VARBINARYDeprecated.static DataType<String>VARCHARDeprecated.
-
-
-
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.
-
BINARY
public static final DataType<byte[]> BINARY
Deprecated.
-
VARBINARY
public static final DataType<byte[]> VARBINARY
Deprecated.
-
__BLOB
protected static final DataType<byte[]> __BLOB
Deprecated.
-
__LONGVARBINARY
protected static final DataType<byte[]> __LONGVARBINARY
Deprecated.
-
__BIGINTEGER
protected static final DataType<BigInteger> __BIGINTEGER
Deprecated.
-
MONEY
public static final DataType<BigDecimal> MONEY
Deprecated.
-
SMALLMONEY
public static final DataType<BigDecimal> SMALLMONEY
Deprecated.
-
IMAGE
public static final DataType<byte[]> IMAGE
Deprecated.
-
-