Enumerations
The following enumerations are available globally.
-
Enumeration used in checkpoint methods.
See moreDeclaration
Objective-C
enum FMDBCheckpointMode {}
Swift
enum FMDBCheckpointMode : Int32
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(int, SqliteValueType) { SqliteValueTypeInteger = 1, SqliteValueTypeFloat = 2, SqliteValueTypeText = 3, SqliteValueTypeBlob = 4, SqliteValueTypeNull = 5 }
Swift
enum SqliteValueType : Int32