- java.lang.Object
-
- org.jooq.util.ingres.IngresDataType
-
@Deprecated public class IngresDataType 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.INGRESdialect
-
-
Field Summary
Fields Modifier and Type Field Description protected static DataType<BigInteger>__BIGINTEGERDeprecated.protected static DataType<ULong>__BIGINTUNSIGNEDDeprecated.protected static DataType<UInteger>__INTEGERUNSIGNEDDeprecated.protected static DataType<UShort>__SMALLINTUNSIGNEDDeprecated.protected static DataType<UByte>__TINYINTUNSIGNEDDeprecated.protected static DataType<UUID>__UUIDDeprecated.static DataType<Date>ANSIDATEDeprecated.static DataType<Long>BIGINTDeprecated.static DataType<byte[]>BINARYDeprecated.static DataType<byte[]>BINARYLARGEOBJECTDeprecated.static DataType<Boolean>BITDeprecated.static DataType<byte[]>BLOBDeprecated.static DataType<Boolean>BOOLEANDeprecated.static DataType<byte[]>BYTEDeprecated.static DataType<String>CDeprecated.static DataType<String>CHARDeprecated.static DataType<String>CHARACTERDeprecated.static DataType<String>CHARACTERLARGEOBJECTDeprecated.static DataType<String>CHARACTERVARYINGDeprecated.static DataType<String>CHARLARGEOBJECTDeprecated.static DataType<String>CLOBDeprecated.static DataType<Date>DATEDeprecated.static DataType<BigDecimal>DECIMALDeprecated.static DataType<Double>DOUBLEPRECISIONDeprecated.static DataType<Double>FLOATDeprecated.static DataType<Float>FLOAT4Deprecated.static DataType<Double>FLOAT8Deprecated.static DataType<Byte>I1Deprecated.static DataType<Short>I2Deprecated.static DataType<Integer>I4Deprecated.static DataType<Long>I8Deprecated.static DataType<Date>INGRESDATEDeprecated.static DataType<Integer>INTEGERDeprecated.static DataType<Byte>INTEGER1Deprecated.static DataType<Short>INTEGER2Deprecated.static DataType<Integer>INTEGER4Deprecated.static DataType<Long>INTEGER8Deprecated.static DataType<byte[]>LONGBYTEDeprecated.static DataType<String>LONGNVARCHARDeprecated.static DataType<String>LONGVARCHARDeprecated.static DataType<String>NATIONALCHARACTERLARGEOBJECTDeprecated.static DataType<String>NCHARDeprecated.static DataType<String>NCHARLARGEOBJECTDeprecated.static DataType<String>NCLOBDeprecated.static DataType<BigDecimal>NUMERICDeprecated.static DataType<String>NVARCHARDeprecated.static DataType<Float>REALDeprecated.static DataType<Short>SMALLINTDeprecated.static DataType<String>TEXTDeprecated.static DataType<Time>TIMEDeprecated.static DataType<Timestamp>TIMESTAMPDeprecated.static DataType<Timestamp>TIMESTAMPWITHLOCALTIMEZONEDeprecated.static DataType<Timestamp>TIMESTAMPWITHOUTTIMEZONEDeprecated.static DataType<Timestamp>TIMESTAMPWITHTIMEZONEDeprecated.static DataType<Time>TIMEWITHLOCALTIMEZONEDeprecated.static DataType<Time>TIMEWITHOUTTIMEZONEDeprecated.static DataType<Time>TIMEWITHTIMEZONEDeprecated.static DataType<Byte>TINYINTDeprecated.static DataType<byte[]>VARBINARYDeprecated.static DataType<byte[]>VARBYTEDeprecated.static DataType<String>VARCHARDeprecated.
-
Constructor Summary
Constructors Constructor Description IngresDataType()Deprecated.
-
-
-
Field Detail
-
DECIMAL
public static final DataType<BigDecimal> DECIMAL
Deprecated.
-
NATIONALCHARACTERLARGEOBJECT
public static final DataType<String> NATIONALCHARACTERLARGEOBJECT
Deprecated.
-
BLOB
public static final DataType<byte[]> BLOB
Deprecated.
-
BINARYLARGEOBJECT
public static final DataType<byte[]> BINARYLARGEOBJECT
Deprecated.
-
BINARY
public static final DataType<byte[]> BINARY
Deprecated.
-
VARBINARY
public static final DataType<byte[]> VARBINARY
Deprecated.
-
LONGBYTE
public static final DataType<byte[]> LONGBYTE
Deprecated.
-
NUMERIC
public static final DataType<BigDecimal> NUMERIC
Deprecated.
-
__BIGINTEGER
protected static final DataType<BigInteger> __BIGINTEGER
Deprecated.
-
TIMESTAMPWITHOUTTIMEZONE
public static final DataType<Timestamp> TIMESTAMPWITHOUTTIMEZONE
Deprecated.
-
TIMESTAMPWITHLOCALTIMEZONE
public static final DataType<Timestamp> TIMESTAMPWITHLOCALTIMEZONE
Deprecated.
-
BYTE
public static final DataType<byte[]> BYTE
Deprecated.
-
VARBYTE
public static final DataType<byte[]> VARBYTE
Deprecated.
-
-