Interface SqLiteTypes


public interface SqLiteTypes
Types present in a SqLite database.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final SqlType
    SqLite blob type
    static final SqlType
    SqLite boolean type Internally interpreted as an INTEGER
    static final SqlType
    SqLite integer type.
    static final SqlType
    SqLite real type
    static final SqlType
    SqLite Text type
  • Field Details

    • TEXT

      static final SqlType TEXT
      SqLite Text type
    • INTEGER

      static final SqlType INTEGER
      SqLite integer type. Up to 64 bit.
    • REAL

      static final SqlType REAL
      SqLite real type
    • BOOLEAN

      static final SqlType BOOLEAN
      SqLite boolean type Internally interpreted as an INTEGER
    • BLOB

      static final SqlType BLOB
      SqLite blob type