GPKGConstraintType
Objective-C
enum GPKGConstraintType {}
Swift
struct GPKGConstraintType : Equatable, RawRepresentable
Enumeration of constraint types
-
Undocumented
Declaration
Objective-C
GPKG_CT_PRIMARY_KEY
-
Undocumented
Declaration
Objective-C
GPKG_CT_UNIQUE
-
Undocumented
Declaration
Objective-C
GPKG_CT_CHECK
-
Undocumented
Declaration
Objective-C
GPKG_CT_FOREIGN_KEY
-
Undocumented
Declaration
Objective-C
GPKG_CT_NOT_NULL
-
Undocumented
Declaration
Objective-C
GPKG_CT_DEFAULT
-
Undocumented
Declaration
Objective-C
GPKG_CT_COLLATE
-
Undocumented
Declaration
Objective-C
GPKG_CT_AUTOINCREMENT