- java.lang.Object
-
- org.jooq.util.aurorapostgres.AuroraPostgresDataType
-
@Deprecated public class AuroraPostgresDataType 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.AURORA_POSTGRESdialect- Author:
- Lukas Eder
- See Also:
- http://www.postgresql.org/docs/9.0/interactive/datatype.html
-
-
Field Summary
Fields Modifier and Type Field Description protected static DataType<BigInteger>__BIGINTEGERDeprecated.protected static DataType<ULong>__BIGINTUNSIGNEDDeprecated.protected static DataType<byte[]>__BINARYDeprecated.protected static DataType<Boolean>__BITDeprecated.protected static DataType<UInteger>__INTEGERUNSIGNEDDeprecated.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>__NVARCHARDeprecated.protected static DataType<UShort>__SMALLINTUNSIGNEDDeprecated.protected static DataType<Byte>__TINYINTDeprecated.protected static DataType<UByte>__TINYINTUNSIGNEDDeprecated.protected static DataType<byte[]>__VARBINARYDeprecated.static DataType<String>ACLITEMDeprecated.static DataType<Object>ANYDeprecated.static DataType<Long>BIGINTDeprecated.static DataType<Long>BIGSERIALDeprecated.static DataType<String>BITDeprecated.static DataType<String>BITVARYINGDeprecated.static DataType<Boolean>BOOLDeprecated.static DataType<Boolean>BOOLEANDeprecated.static DataType<String>BPCHARDeprecated.static DataType<byte[]>BYTEADeprecated.static DataType<String>CHARDeprecated.static DataType<String>CHARACTERDeprecated.static DataType<String>CHARACTERVARYINGDeprecated.static DataType<Long>CIDDeprecated.static DataType<Date>DATEDeprecated.static DataType<BigDecimal>DECIMALDeprecated.static DataType<Double>DOUBLEPRECISIONDeprecated.static DataType<Float>FLOAT4Deprecated.static DataType<Double>FLOAT8Deprecated.static DataType<Instant>INSTANTDeprecated.static DataType<Integer>INTDeprecated.static DataType<Short>INT2Deprecated.static DataType<Integer>INT4Deprecated.static DataType<Long>INT8Deprecated.static DataType<Integer>INTEGERDeprecated.static DataType<YearToSecond>INTERVALDeprecated.static DataType<DayToSecond>INTERVALDAYTOSECONDDeprecated.static DataType<YearToMonth>INTERVALYEARTOMONTHDeprecated.static DataType<Object>JSONDeprecated.static DataType<String>NAMEDeprecated.static DataType<BigDecimal>NUMERICDeprecated.static DataType<Long>OIDDeprecated.static DataType<Long>OIDVECTORDeprecated.static DataType<Float>REALDeprecated.static DataType<Result<Record>>REFCURSORDeprecated.static DataType<String>REGPROCDeprecated.static DataType<Integer>SERIALDeprecated.static DataType<Integer>SERIAL4Deprecated.static DataType<Long>SERIAL8Deprecated.static DataType<Short>SMALLINTDeprecated.static DataType<String>TEXTDeprecated.static DataType<Long>TIDDeprecated.static DataType<Time>TIMEDeprecated.static DataType<Timestamp>TIMESTAMPDeprecated.static DataType<OffsetDateTime>TIMESTAMPTZDeprecated.static DataType<Timestamp>TIMESTAMPWITHOUTTIMEZONEDeprecated.static DataType<OffsetDateTime>TIMESTAMPWITHTIMEZONEDeprecated.static DataType<OffsetTime>TIMETZDeprecated.static DataType<Time>TIMEWITHOUTTIMEZONEDeprecated.static DataType<OffsetTime>TIMEWITHTIMEZONEDeprecated.static DataType<UUID>UUIDDeprecated.static DataType<String>VARBITDeprecated.static DataType<String>VARCHARDeprecated.static DataType<Object>VOIDDeprecated.static DataType<Long>XIDDeprecated.
-
Constructor Summary
Constructors Constructor Description AuroraPostgresDataType()Deprecated.
-
-
-
Field Detail
-
NUMERIC
public static final DataType<BigDecimal> NUMERIC
Deprecated.
-
DECIMAL
public static final DataType<BigDecimal> DECIMAL
Deprecated.
-
TIMEWITHTIMEZONE
public static final DataType<OffsetTime> TIMEWITHTIMEZONE
Deprecated.
-
TIMETZ
public static final DataType<OffsetTime> TIMETZ
Deprecated.
-
TIMESTAMPWITHOUTTIMEZONE
public static final DataType<Timestamp> TIMESTAMPWITHOUTTIMEZONE
Deprecated.
-
TIMESTAMPWITHTIMEZONE
public static final DataType<OffsetDateTime> TIMESTAMPWITHTIMEZONE
Deprecated.
-
TIMESTAMPTZ
public static final DataType<OffsetDateTime> TIMESTAMPTZ
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.
-
-