- java.lang.Object
-
- org.jooq.util.sqlite.SQLiteDataType
-
@Deprecated public class SQLiteDataType 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.SQLITEdialect- Author:
- Lukas Eder
- See Also:
- http://www.sqlite.org/datatype3.html
-
-
Field Summary
Fields Modifier and Type Field Description protected static DataType<ULong>__BIGINTUNSIGNEDDeprecated.protected static DataType<byte[]>__BINARYDeprecated.protected static DataType<Boolean>__BITDeprecated.protected static DataType<Double>__FLOATDeprecated.protected static DataType<UInteger>__INTEGERUNSIGNEDDeprecated.protected static DataType<String>__LONGNVARCHARDeprecated.protected static DataType<String>__NCLOBDeprecated.protected static DataType<UShort>__SMALLINTUNSIGNEDDeprecated.protected static DataType<Time>__TIMEDeprecated.protected static DataType<UByte>__TINYINTUNSIGNEDDeprecated.protected static DataType<UUID>__UUIDDeprecated.protected static DataType<byte[]>__VARBINARYDeprecated.static DataType<Long>BIGINTDeprecated.static DataType<byte[]>BLOBDeprecated.static DataType<Boolean>BOOLEANDeprecated.static DataType<String>CHARDeprecated.static DataType<String>CHARACTERDeprecated.static DataType<String>CLOBDeprecated.static DataType<Date>DATEDeprecated.static DataType<Timestamp>DATETIMEDeprecated.static DataType<BigDecimal>DECIMALDeprecated.static DataType<Double>DOUBLEDeprecated.static DataType<Double>DOUBLEPRECISIONDeprecated.static DataType<Float>FLOATDeprecated.static DataType<Integer>INTDeprecated.static DataType<Short>INT2Deprecated.static DataType<Long>INT8Deprecated.static DataType<Integer>INTEGERDeprecated.static DataType<byte[]>LONGVARBINARYDeprecated.static DataType<String>LONGVARCHARDeprecated.static DataType<Integer>MEDIUMINTDeprecated.static DataType<String>NATIVECHARACTERDeprecated.static DataType<String>NCHARDeprecated.static DataType<Object>NULLDeprecated.static DataType<BigDecimal>NUMERICDeprecated.static DataType<String>NVARCHARDeprecated.static DataType<Float>REALDeprecated.static DataType<Short>SMALLINTDeprecated.static DataType<String>TEXTDeprecated.static DataType<Byte>TINYINTDeprecated.static DataType<BigInteger>UNSIGNEDBIGINTDeprecated.static DataType<String>VARCHARDeprecated.static DataType<String>VARYINGCHARACTERDeprecated.
-
Constructor Summary
Constructors Constructor Description SQLiteDataType()Deprecated.
-
-
-
Field Detail
-
UNSIGNEDBIGINT
public static final DataType<BigInteger> UNSIGNEDBIGINT
Deprecated.
-
NUMERIC
public static final DataType<BigDecimal> NUMERIC
Deprecated.
-
DECIMAL
public static final DataType<BigDecimal> DECIMAL
Deprecated.
-
LONGVARBINARY
public static final DataType<byte[]> LONGVARBINARY
Deprecated.
-
BLOB
public static final DataType<byte[]> BLOB
Deprecated.
-
__BINARY
protected static final DataType<byte[]> __BINARY
Deprecated.
-
__VARBINARY
protected static final DataType<byte[]> __VARBINARY
Deprecated.
-
-