Package de.chojo.sadu.sqlite.types
Interface SqLiteTypes
public interface SqLiteTypes
Types present in a SqLite database.
-
Field Details
-
TEXT
SqLite Text type -
INTEGER
SqLite integer type. Up to 64 bit. -
REAL
SqLite real type -
BOOLEAN
SqLite boolean type Internally interpreted as an INTEGER -
BLOB
SqLite blob type
-