- java.lang.Object
-
- org.jooq.util.vertica.VerticaDataType
-
@Deprecated public class VerticaDataType 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.VERTICAdialect- Author:
- Lukas Eder
- See Also:
- http://my.vertica.com/docs/7.1.x/PDF/HP_Vertica_7.1.x_SQL_Reference_Manual.pdf
-
-
Field Summary
Fields Modifier and Type Field Description protected static DataType<BigInteger>__BIGINTEGERDeprecated.protected static DataType<ULong>__BIGINTUNSIGNEDDeprecated.protected static DataType<Boolean>__BITDeprecated.protected static DataType<byte[]>__BLOBDeprecated.protected static DataType<String>__CHARACTERLARGEOBJECTDeprecated.protected static DataType<String>__CHARLARGEOBJECTDeprecated.protected static DataType<String>__CLOBDeprecated.protected static DataType<UInteger>__INTEGERUNSIGNEDDeprecated.protected static DataType<String>__LONGNVARCHARDeprecated.protected static DataType<String>__NCHARDeprecated.protected static DataType<String>__NCLOBDeprecated.protected static DataType<String>__NVARCHARDeprecated.protected static DataType<UShort>__SMALLINTUNSIGNEDDeprecated.protected static DataType<UByte>__TINYINTUNSIGNEDDeprecated.protected static DataType<UUID>__UUIDDeprecated.static DataType<Long>BIGINTDeprecated.static DataType<byte[]>BINARYDeprecated.static DataType<Boolean>BOOLEANDeprecated.static DataType<byte[]>BYTEADeprecated.static DataType<String>CHARDeprecated.static DataType<Date>DATEDeprecated.static DataType<Timestamp>DATETIMEDeprecated.static DataType<BigDecimal>DECIMALDeprecated.static DataType<Double>DOUBLEPRECISIONDeprecated.static DataType<Double>FLOATDeprecated.static DataType<Integer>INTDeprecated.static DataType<Integer>INTEGERDeprecated.static DataType<byte[]>LONGVARBINARYDeprecated.static DataType<String>LONGVARCHARDeprecated.static DataType<BigDecimal>NUMERICDeprecated.static DataType<Object>OBJECTDeprecated.static DataType<Object>OTHERDeprecated.static DataType<byte[]>RAWDeprecated.static DataType<Float>REALDeprecated.static DataType<Result<Record>>ROWDeprecated.static DataType<Timestamp>SMALLDATETIMEDeprecated.static DataType<Short>SMALLINTDeprecated.static DataType<Time>TIMEDeprecated.static DataType<Timestamp>TIMESTAMPDeprecated.static DataType<Byte>TINYINTDeprecated.static DataType<byte[]>VARBINARYDeprecated.static DataType<String>VARCHARDeprecated.static DataType<String>VARCHARIGNORECASEDeprecated.
-
Constructor Summary
Constructors Constructor Description VerticaDataType()Deprecated.
-
-
-
Field Detail
-
DECIMAL
public static final DataType<BigDecimal> DECIMAL
Deprecated.
-
NUMERIC
public static final DataType<BigDecimal> NUMERIC
Deprecated.
-
VARBINARY
public static final DataType<byte[]> VARBINARY
Deprecated.
-
BINARY
public static final DataType<byte[]> BINARY
Deprecated.
-
LONGVARBINARY
public static final DataType<byte[]> LONGVARBINARY
Deprecated.
-
__BLOB
protected static final DataType<byte[]> __BLOB
Deprecated.
-
__BIGINTEGER
protected static final DataType<BigInteger> __BIGINTEGER
Deprecated.
-
BYTEA
public static final DataType<byte[]> BYTEA
Deprecated.
-
RAW
public static final DataType<byte[]> RAW
Deprecated.
-
-