Enumeration
SQLiteDataType
Deprecated
This type is unused.
Supported SQLite column data types when defining schemas.
enum SQLiteDataType
Topics
Enumeration Cases
case blobBLOB.case integerINTEGER.case nullNULL.case realREAL.case textTEXT.
Instance Methods
Relationships
Conforms To
Swift.EquatableSwift.Hashable