- java.lang.Object
-
- org.jooq.util.teradata.TeradataDataType
-
@Deprecated public class TeradataDataType 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.TERADATAdialect family.- Author:
- Lukas Eder
- See Also:
- http://msdn.microsoft.com/en-us/library/aa258271%28v=sql.80%29.aspx
-
-
Field Summary
Fields Modifier and Type Field Description protected static DataType<BigInteger>__BIGINTEGERDeprecated.protected static DataType<ULong>__BIGINTUNSIGNEDDeprecated.protected static DataType<Boolean>__BITDeprecated.protected static DataType<Boolean>__BOOLEANDeprecated.protected static DataType<UInteger>__INTEGERUNSIGNEDDeprecated.protected static DataType<JSON>__JSONDeprecated.protected static DataType<JSONB>__JSONBDeprecated.protected static DataType<String>__LONGNVARCHARDeprecated.protected static DataType<byte[]>__LONGVARBINARYDeprecated.protected static DataType<String>__LONGVARCHARDeprecated.protected static DataType<String>__NCHARDeprecated.protected static DataType<String>__NCLOBDeprecated.protected static DataType<String>__NTEXTDeprecated.protected static DataType<String>__NVARCHARDeprecated.protected static DataType<Float>__REALDeprecated.protected static DataType<UShort>__SMALLINTUNSIGNEDDeprecated.protected static DataType<UByte>__TINYINTUNSIGNEDDeprecated.protected static DataType<UUID>__UUIDDeprecated.static DataType<Long>BIGINTDeprecated.static DataType<byte[]>BINARYDeprecated.static DataType<byte[]>BLOBDeprecated.static DataType<Byte>BYTEINTDeprecated.static DataType<String>CHARDeprecated.static DataType<String>CLOBDeprecated.static DataType<Date>DATEDeprecated.static DataType<BigDecimal>DECIMALDeprecated.static DataType<Double>DOUBLEDeprecated.static DataType<Double>FLOATDeprecated.static DataType<Instant>INSTANTDeprecated.static DataType<Integer>INTDeprecated.static DataType<Integer>INTEGERDeprecated.static DataType<BigDecimal>NUMBERDeprecated.static DataType<BigDecimal>NUMERICDeprecated.static DataType<Double>REALDeprecated.static DataType<Short>SMALLINTDeprecated.static DataType<Time>TIMEDeprecated.static DataType<Timestamp>TIMESTAMPDeprecated.static DataType<OffsetDateTime>TIMESTAMPWITHTIMEZONEDeprecated.static DataType<OffsetTime>TIMEWITHTIMEZONEDeprecated.static DataType<byte[]>VARBINARYDeprecated.static DataType<String>VARCHARDeprecated.
-
Constructor Summary
Constructors Constructor Description TeradataDataType()Deprecated.
-
-
-
Field Detail
-
NUMERIC
public static final DataType<BigDecimal> NUMERIC
Deprecated.
-
NUMBER
public static final DataType<BigDecimal> NUMBER
Deprecated.
-
DECIMAL
public static final DataType<BigDecimal> DECIMAL
Deprecated.
-
TIMEWITHTIMEZONE
public static final DataType<OffsetTime> TIMEWITHTIMEZONE
Deprecated.
-
TIMESTAMPWITHTIMEZONE
public static final DataType<OffsetDateTime> TIMESTAMPWITHTIMEZONE
Deprecated.
-
VARBINARY
public static final DataType<byte[]> VARBINARY
Deprecated.
-
BINARY
public static final DataType<byte[]> BINARY
Deprecated.
-
BLOB
public static final DataType<byte[]> BLOB
Deprecated.
-
__LONGVARBINARY
protected static final DataType<byte[]> __LONGVARBINARY
Deprecated.
-
__BIGINTEGER
protected static final DataType<BigInteger> __BIGINTEGER
Deprecated.
-
-