Module org.jooq

Class SQLiteDataType

java.lang.Object
org.jooq.util.sqlite.SQLiteDataType

@Deprecated(forRemoval=true, since="3.11") public class SQLiteDataType extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
- 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 the SQLDataType class has been initialised may lead to deadlocks! See https://github.com/jOOQ/jOOQ/issues/3777 for details.

Use the corresponding SQLDataType instead.

Supported data types for the SQLDialect.SQLITE dialect
Author:
Lukas Eder
See Also:
http://www.sqlite.org/datatype3.html
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static DataType<ULong>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static DataType<byte[]>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static DataType<Boolean>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static DataType<Double>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static DataType<UInteger>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static DataType<JSON>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static DataType<JSONB>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static DataType<String>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static DataType<String>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static DataType<UShort>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static DataType<Time>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static DataType<UByte>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static DataType<UUID>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static DataType<byte[]>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<Long>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<byte[]>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<Date>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<Float>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<Short>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<Long>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<byte[]>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<Float>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<Short>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static DataType<Byte>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • TINYINT

      public static final DataType<Byte> TINYINT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SMALLINT

      public static final DataType<Short> SMALLINT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • INT2

      public static final DataType<Short> INT2
      Deprecated, for removal: This API element is subject to removal in a future version.
    • INT

      public static final DataType<Integer> INT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • INTEGER

      public static final DataType<Integer> INTEGER
      Deprecated, for removal: This API element is subject to removal in a future version.
    • MEDIUMINT

      public static final DataType<Integer> MEDIUMINT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • INT8

      public static final DataType<Long> INT8
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BIGINT

      public static final DataType<Long> BIGINT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • UNSIGNEDBIGINT

      public static final DataType<BigInteger> UNSIGNEDBIGINT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DOUBLE

      public static final DataType<Double> DOUBLE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DOUBLEPRECISION

      public static final DataType<Double> DOUBLEPRECISION
      Deprecated, for removal: This API element is subject to removal in a future version.
    • REAL

      public static final DataType<Float> REAL
      Deprecated, for removal: This API element is subject to removal in a future version.
    • FLOAT

      public static final DataType<Float> FLOAT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • NUMERIC

      public static final DataType<BigDecimal> NUMERIC
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DECIMAL

      public static final DataType<BigDecimal> DECIMAL
      Deprecated, for removal: This API element is subject to removal in a future version.
    • LONGVARCHAR

      public static final DataType<String> LONGVARCHAR
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CHAR

      public static final DataType<String> CHAR
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CHARACTER

      public static final DataType<String> CHARACTER
      Deprecated, for removal: This API element is subject to removal in a future version.
    • VARCHAR

      public static final DataType<String> VARCHAR
      Deprecated, for removal: This API element is subject to removal in a future version.
    • VARYINGCHARACTER

      public static final DataType<String> VARYINGCHARACTER
      Deprecated, for removal: This API element is subject to removal in a future version.
    • NCHAR

      public static final DataType<String> NCHAR
      Deprecated, for removal: This API element is subject to removal in a future version.
    • NATIVECHARACTER

      public static final DataType<String> NATIVECHARACTER
      Deprecated, for removal: This API element is subject to removal in a future version.
    • NVARCHAR

      public static final DataType<String> NVARCHAR
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CLOB

      public static final DataType<String> CLOB
      Deprecated, for removal: This API element is subject to removal in a future version.
    • TEXT

      public static final DataType<String> TEXT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BOOLEAN

      public static final DataType<Boolean> BOOLEAN
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DATE

      public static final DataType<Date> DATE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DATETIME

      public static final DataType<Timestamp> DATETIME
      Deprecated, for removal: This API element is subject to removal in a future version.
    • LONGVARBINARY

      public static final DataType<byte[]> LONGVARBINARY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BLOB

      public static final DataType<byte[]> BLOB
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __BINARY

      protected static final DataType<byte[]> __BINARY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __BIT

      protected static final DataType<Boolean> __BIT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __FLOAT

      protected static final DataType<Double> __FLOAT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __NCLOB

      protected static final DataType<String> __NCLOB
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __LONGNVARCHAR

      protected static final DataType<String> __LONGNVARCHAR
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __TIME

      protected static final DataType<Time> __TIME
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __VARBINARY

      protected static final DataType<byte[]> __VARBINARY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __TINYINTUNSIGNED

      protected static final DataType<UByte> __TINYINTUNSIGNED
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __SMALLINTUNSIGNED

      protected static final DataType<UShort> __SMALLINTUNSIGNED
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __INTEGERUNSIGNED

      protected static final DataType<UInteger> __INTEGERUNSIGNED
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __BIGINTUNSIGNED

      protected static final DataType<ULong> __BIGINTUNSIGNED
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __JSON

      protected static final DataType<JSON> __JSON
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __JSONB

      protected static final DataType<JSONB> __JSONB
      Deprecated, for removal: This API element is subject to removal in a future version.
    • __UUID

      protected static final DataType<UUID> __UUID
      Deprecated, for removal: This API element is subject to removal in a future version.
    • NULL

      public static final DataType<Object> NULL
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • SQLiteDataType

      public SQLiteDataType()
      Deprecated, for removal: This API element is subject to removal in a future version.