- 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 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.ORACLEdialect- 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>__BIGINTDeprecated.protected static DataType<BigInteger>__BIGINTEGERDeprecated.protected static DataType<ULong>__BIGINTUNSIGNEDDeprecated.protected static DataType<byte[]>__BINARYDeprecated.protected static DataType<Boolean>__BITDeprecated.protected static DataType<Boolean>__BOOLEANDeprecated.protected static DataType<Double>__DOUBLEDeprecated.protected static DataType<Double>__FLOATDeprecated.protected static DataType<Integer>__INTEGERDeprecated.protected static DataType<UInteger>__INTEGERUNSIGNEDDeprecated.protected static DataType<String>__LONGNVARCHARDeprecated.protected static DataType<byte[]>__LONGVARBINARYDeprecated.protected static DataType<String>__LONGVARCHARDeprecated.protected static DataType<Float>__REALDeprecated.protected static DataType<Short>__SMALLINTDeprecated.protected static DataType<UShort>__SMALLINTUNSIGNEDDeprecated.protected static DataType<Time>__TIMEDeprecated.protected static DataType<OffsetDateTime>__TIMESTAMPWITHTZDeprecated.protected static DataType<OffsetTime>__TIMEWITHTIMEZONEDeprecated.protected static DataType<Byte>__TINYINTDeprecated.protected static DataType<UByte>__TINYINTUNSIGNEDDeprecated.protected static DataType<UUID>__UUIDDeprecated.protected static DataType<byte[]>__VARBINARYDeprecated.static DataType<byte[]>BFILEDeprecated.static DataType<Double>BINARY_DOUBLEDeprecated.static DataType<Float>BINARY_FLOATDeprecated.static DataType<Integer>BINARY_INTEGERDeprecated.static DataType<byte[]>BLOBDeprecated.static DataType<Boolean>BOOLEANDeprecated.static DataType<String>CHARDeprecated.static DataType<String>CLOBDeprecated.static DataType<Date>DATEDeprecated.static DataType<BigDecimal>DECDeprecated.static DataType<BigDecimal>DECIMALDeprecated.static DataType<Double>DOUBLE_PRECISIONDeprecated.static DataType<Double>FLOATDeprecated.static DataType<Instant>INSTANTDeprecated.static DataType<BigInteger>INTDeprecated.static DataType<BigInteger>INTEGERDeprecated.static DataType<YearToSecond>INTERVALDeprecated.static DataType<DayToSecond>INTERVALDAYTOSECONDDeprecated.static DataType<YearToMonth>INTERVALYEARTOMONTHDeprecated.static DataType<String>LONGDeprecated.static DataType<byte[]>LONGRAWDeprecated.static DataType<Integer>NATURALDeprecated.static DataType<Integer>NATURALNDeprecated.static DataType<String>NCHARDeprecated.static DataType<String>NCLOBDeprecated.static DataType<BigDecimal>NUMBERDeprecated.static DataType<BigDecimal>NUMERICDeprecated.static DataType<String>NVARCHARDeprecated.static DataType<String>NVARCHAR2Deprecated.static DataType<Boolean>PLS_BOOLEANDeprecated.static DataType<Integer>PLS_INTEGERDeprecated.static DataType<Integer>POSITIVEDeprecated.static DataType<Integer>POSITIVENDeprecated.static DataType<byte[]>RAWDeprecated.static DataType<Double>REALDeprecated.static DataType<Result<Record>>REF_CURSORDeprecated.static DataType<Integer>SIGNTYPEDeprecated.static DataType<BigInteger>SMALLINTDeprecated.static DataType<Timestamp>TIMESTAMPDeprecated.static DataType<OffsetDateTime>TIMESTAMPWITHTIMEZONEDeprecated.static DataType<String>VARCHARDeprecated.static DataType<String>VARCHAR2Deprecated.
-
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.
-
-