- java.lang.Object
-
- org.jooq.util.sybase.SybaseDataType
-
@Deprecated public class SybaseDataType 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.SYBASEdialect- Author:
- Espen Stromsnes
- See Also:
- http://infocenter.sybase.com/help/topic/com.sybase.help.sqlanywhere.12.0.0/dbreference/rf-datatypes.html
-
-
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<Byte>__BYTEDeprecated.protected static DataType<Byte>__BYTESIGNEDDeprecated.static DataType<Long>BIGINTDeprecated.static DataType<byte[]>BINARYDeprecated.static DataType<Boolean>BITDeprecated.static DataType<String>CHARDeprecated.static DataType<Date>DATEDeprecated.static DataType<Timestamp>DATETIMEDeprecated.static DataType<Timestamp>DATETIMEOFFSETDeprecated.static DataType<BigDecimal>DECIMALDeprecated.static DataType<Double>DOUBLEDeprecated.static DataType<Double>FLOATDeprecated.static DataType<byte[]>IMAGEDeprecated.static DataType<Integer>INTDeprecated.static DataType<Integer>INTEGERDeprecated.static DataType<byte[]>LONGBINARYDeprecated.static DataType<String>LONGNVARCHARDeprecated.static DataType<byte[]>LONGVARBITDeprecated.static DataType<String>LONGVARCHARDeprecated.static DataType<BigDecimal>MONEYDeprecated.static DataType<String>NCHARDeprecated.static DataType<String>NTEXTDeprecated.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>TEXTDeprecated.static DataType<Time>TIMEDeprecated.static DataType<Timestamp>TIMESTAMPDeprecated.static DataType<Timestamp>TIMESTAMPWITHTIMEZONEDeprecated.static DataType<UByte>TINYINTDeprecated.static DataType<UUID>UNIQUEIDENTIFIERDeprecated.static DataType<String>UNIQUEIDENTIFIERSTRDeprecated.static DataType<ULong>UNSIGNEDBIGINTDeprecated.static DataType<UInteger>UNSIGNEDINTDeprecated.static DataType<UShort>UNSIGNEDSMALLLINTDeprecated.static DataType<UByte>UNSIGNEDTINYINTDeprecated.static DataType<byte[]>VARBINARYDeprecated.static DataType<byte[]>VARBITDeprecated.static DataType<String>VARCHARDeprecated.static DataType<String>XMLDeprecated.
-
Constructor Summary
Constructors Constructor Description SybaseDataType()Deprecated.
-
-
-
Field Detail
-
DECIMAL
public static final DataType<BigDecimal> DECIMAL
Deprecated.
-
NUMERIC
public static final DataType<BigDecimal> NUMERIC
Deprecated.
-
BINARY
public static final DataType<byte[]> BINARY
Deprecated.
-
LONGBINARY
public static final DataType<byte[]> LONGBINARY
Deprecated.
-
VARBINARY
public static final DataType<byte[]> VARBINARY
Deprecated.
-
__BLOB
protected static final DataType<byte[]> __BLOB
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.
-
VARBIT
public static final DataType<byte[]> VARBIT
Deprecated.
-
LONGVARBIT
public static final DataType<byte[]> LONGVARBIT
Deprecated.
-
-