Enumeration
SQLiteDataType
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