- java.lang.Object
-
- org.jooq.util.oracle.OracleDataType
-
@Deprecated public class OracleDataType 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.ORACLE
dialect- Author:
- Lukas Eder
- See Also:
- http://www.techonthenet.com/oracle/datatypes.php, http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14261/datatypes.htm
-
-
Field Summary
Fields Modifier and Type Field Description protected static DataType<Long>
__BIGINT
Deprecated.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<Boolean>
__BOOLEAN
Deprecated.protected static DataType<Double>
__DOUBLE
Deprecated.protected static DataType<Double>
__FLOAT
Deprecated.protected static DataType<Integer>
__INTEGER
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<Float>
__REAL
Deprecated.protected static DataType<Short>
__SMALLINT
Deprecated.protected static DataType<UShort>
__SMALLINTUNSIGNED
Deprecated.protected static DataType<Time>
__TIME
Deprecated.protected static DataType<OffsetDateTime>
__TIMESTAMPWITHTZ
Deprecated.protected static DataType<OffsetTime>
__TIMEWITHTIMEZONE
Deprecated.protected static DataType<Byte>
__TINYINT
Deprecated.protected static DataType<UByte>
__TINYINTUNSIGNED
Deprecated.protected static DataType<UUID>
__UUID
Deprecated.protected static DataType<byte[]>
__VARBINARY
Deprecated.static DataType<byte[]>
BFILE
Deprecated.static DataType<Double>
BINARY_DOUBLE
Deprecated.static DataType<Float>
BINARY_FLOAT
Deprecated.static DataType<Integer>
BINARY_INTEGER
Deprecated.static DataType<byte[]>
BLOB
Deprecated.static DataType<Boolean>
BOOLEAN
Deprecated.static DataType<String>
CHAR
Deprecated.static DataType<String>
CLOB
Deprecated.static DataType<Date>
DATE
Deprecated.static DataType<BigDecimal>
DEC
Deprecated.static DataType<BigDecimal>
DECIMAL
Deprecated.static DataType<Double>
DOUBLE_PRECISION
Deprecated.static DataType<Double>
FLOAT
Deprecated.static DataType<Instant>
INSTANT
Deprecated.static DataType<BigInteger>
INT
Deprecated.static DataType<BigInteger>
INTEGER
Deprecated.static DataType<YearToSecond>
INTERVAL
Deprecated.static DataType<DayToSecond>
INTERVALDAYTOSECOND
Deprecated.static DataType<YearToMonth>
INTERVALYEARTOMONTH
Deprecated.static DataType<String>
LONG
Deprecated.static DataType<byte[]>
LONGRAW
Deprecated.static DataType<Integer>
NATURAL
Deprecated.static DataType<Integer>
NATURALN
Deprecated.static DataType<String>
NCHAR
Deprecated.static DataType<String>
NCLOB
Deprecated.static DataType<BigDecimal>
NUMBER
Deprecated.static DataType<BigDecimal>
NUMERIC
Deprecated.static DataType<String>
NVARCHAR
Deprecated.static DataType<String>
NVARCHAR2
Deprecated.static DataType<Boolean>
PLS_BOOLEAN
Deprecated.static DataType<Integer>
PLS_INTEGER
Deprecated.static DataType<Integer>
POSITIVE
Deprecated.static DataType<Integer>
POSITIVEN
Deprecated.static DataType<byte[]>
RAW
Deprecated.static DataType<Double>
REAL
Deprecated.static DataType<Result<Record>>
REF_CURSOR
Deprecated.static DataType<Integer>
SIGNTYPE
Deprecated.static DataType<BigInteger>
SMALLINT
Deprecated.static DataType<Timestamp>
TIMESTAMP
Deprecated.static DataType<OffsetDateTime>
TIMESTAMPWITHTIMEZONE
Deprecated.static DataType<String>
VARCHAR
Deprecated.static DataType<String>
VARCHAR2
Deprecated.
-
Constructor Summary
Constructors Constructor Description OracleDataType()
Deprecated.
-
-
-
Field Detail
-
NUMBER
public static final DataType<BigDecimal> NUMBER
Deprecated.
-
NUMERIC
public static final DataType<BigDecimal> NUMERIC
Deprecated.
-
DECIMAL
public static final DataType<BigDecimal> DECIMAL
Deprecated.
-
DEC
public static final DataType<BigDecimal> DEC
Deprecated.
-
TIMESTAMPWITHTIMEZONE
public static final DataType<OffsetDateTime> TIMESTAMPWITHTIMEZONE
Deprecated.
-
BLOB
public static final DataType<byte[]> BLOB
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.
-
__TIMEWITHTIMEZONE
protected static final DataType<OffsetTime> __TIMEWITHTIMEZONE
Deprecated.
-
__TIMESTAMPWITHTZ
protected static final DataType<OffsetDateTime> __TIMESTAMPWITHTZ
Deprecated.
-
__VARBINARY
protected static final DataType<byte[]> __VARBINARY
Deprecated.
-
__BIGINTEGER
protected static final DataType<BigInteger> __BIGINTEGER
Deprecated.
-
RAW
public static final DataType<byte[]> RAW
Deprecated.
-
LONGRAW
public static final DataType<byte[]> LONGRAW
Deprecated.
-
BFILE
public static final DataType<byte[]> BFILE
Deprecated.
-
INTEGER
public static final DataType<BigInteger> INTEGER
Deprecated.
-
INT
public static final DataType<BigInteger> INT
Deprecated.
-
SMALLINT
public static final DataType<BigInteger> SMALLINT
Deprecated.
-
-