- java.lang.Object
-
- org.jooq.util.redshift.RedshiftDataType
-
@Deprecated public class RedshiftDataType 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.REDSHIFT
dialect- Author:
- Lukas Eder
- See Also:
- http://docs.aws.amazon.com/redshift/latest/dg/c_Supported_data_types.html
-
-
Field Summary
Fields Modifier and Type Field Description protected static DataType<BigInteger>
__BIGINTEGER
Deprecated.protected static DataType<ULong>
__BIGINTUNSIGNED
Deprecated.protected static DataType<byte[]>
__BINARY
Deprecated.protected static DataType<Boolean>
__BIT
Deprecated.protected static DataType<UInteger>
__INTEGERUNSIGNED
Deprecated.protected static DataType<String>
__LONGNVARCHAR
Deprecated.protected static DataType<byte[]>
__LONGVARBINARY
Deprecated.protected static DataType<String>
__LONGVARCHAR
Deprecated.protected static DataType<String>
__NCHAR
Deprecated.protected static DataType<String>
__NCLOB
Deprecated.protected static DataType<String>
__NVARCHAR
Deprecated.protected static DataType<UShort>
__SMALLINTUNSIGNED
Deprecated.protected static DataType<Byte>
__TINYINT
Deprecated.protected static DataType<UByte>
__TINYINTUNSIGNED
Deprecated.protected static DataType<byte[]>
__VARBINARY
Deprecated.static DataType<String>
ACLITEM
Deprecated.static DataType<Object>
ANY
Deprecated.static DataType<Long>
BIGINT
Deprecated.static DataType<Long>
BIGSERIAL
Deprecated.static DataType<String>
BIT
Deprecated.static DataType<String>
BITVARYING
Deprecated.static DataType<Boolean>
BOOL
Deprecated.static DataType<Boolean>
BOOLEAN
Deprecated.static DataType<String>
BPCHAR
Deprecated.static DataType<byte[]>
BYTEA
Deprecated.static DataType<String>
CHAR
Deprecated.static DataType<String>
CHARACTER
Deprecated.static DataType<String>
CHARACTERVARYING
Deprecated.static DataType<Long>
CID
Deprecated.static DataType<Date>
DATE
Deprecated.static DataType<BigDecimal>
DECIMAL
Deprecated.static DataType<Double>
DOUBLEPRECISION
Deprecated.static DataType<Float>
FLOAT4
Deprecated.static DataType<Double>
FLOAT8
Deprecated.static DataType<Integer>
INT
Deprecated.static DataType<Short>
INT2
Deprecated.static DataType<Integer>
INT4
Deprecated.static DataType<Long>
INT8
Deprecated.static DataType<Integer>
INTEGER
Deprecated.static DataType<YearToSecond>
INTERVAL
Deprecated.static DataType<DayToSecond>
INTERVALDAYTOSECOND
Deprecated.static DataType<YearToMonth>
INTERVALYEARTOMONTH
Deprecated.static DataType<Object>
JSON
Deprecated.static DataType<BigDecimal>
MONEY
Deprecated.static DataType<String>
NAME
Deprecated.static DataType<BigDecimal>
NUMERIC
Deprecated.static DataType<Long>
OID
Deprecated.static DataType<Long>
OIDVECTOR
Deprecated.static DataType<Float>
REAL
Deprecated.static DataType<Result<Record>>
REFCURSOR
Deprecated.static DataType<String>
REGPROC
Deprecated.static DataType<Integer>
SERIAL
Deprecated.static DataType<Integer>
SERIAL4
Deprecated.static DataType<Long>
SERIAL8
Deprecated.static DataType<Short>
SMALLINT
Deprecated.static DataType<String>
TEXT
Deprecated.static DataType<Long>
TID
Deprecated.static DataType<Time>
TIME
Deprecated.static DataType<Timestamp>
TIMESTAMP
Deprecated.static DataType<Timestamp>
TIMESTAMPTZ
Deprecated.static DataType<Timestamp>
TIMESTAMPWITHOUTTIMEZONE
Deprecated.static DataType<Timestamp>
TIMESTAMPWITHTIMEZONE
Deprecated.static DataType<Time>
TIMETZ
Deprecated.static DataType<Time>
TIMEWITHOUTTIMEZONE
Deprecated.static DataType<Time>
TIMEWITHTIMEZONE
Deprecated.static DataType<UUID>
UUID
Deprecated.static DataType<String>
VARBIT
Deprecated.static DataType<String>
VARCHAR
Deprecated.static DataType<Long>
XID
Deprecated.
-
Constructor Summary
Constructors Constructor Description RedshiftDataType()
Deprecated.
-
-
-
Field Detail
-
NUMERIC
public static final DataType<BigDecimal> NUMERIC
Deprecated.
-
DECIMAL
public static final DataType<BigDecimal> DECIMAL
Deprecated.
-
BYTEA
public static final DataType<byte[]> BYTEA
Deprecated.
-
INTERVAL
public static final DataType<YearToSecond> INTERVAL
Deprecated.
-
INTERVALYEARTOMONTH
public static final DataType<YearToMonth> INTERVALYEARTOMONTH
Deprecated.
-
INTERVALDAYTOSECOND
public static final DataType<DayToSecond> INTERVALDAYTOSECOND
Deprecated.
-
__BINARY
protected static final DataType<byte[]> __BINARY
Deprecated.
-
__LONGVARBINARY
protected static final DataType<byte[]> __LONGVARBINARY
Deprecated.
-
__VARBINARY
protected static final DataType<byte[]> __VARBINARY
Deprecated.
-
__BIGINTEGER
protected static final DataType<BigInteger> __BIGINTEGER
Deprecated.
-
MONEY
public static final DataType<BigDecimal> MONEY
Deprecated.
-
TIMESTAMPWITHOUTTIMEZONE
public static final DataType<Timestamp> TIMESTAMPWITHOUTTIMEZONE
Deprecated.
-
-