GPKGContentsIdTableCreator
Objective-C
@interface GPKGContentsIdTableCreator : GPKGNGATableCreator
Swift
class GPKGContentsIdTableCreator : GPKGNGATableCreator
Contents Id Extension Table Creator
-
Initialize
Declaration
Objective-C
- (instancetype)initWithDatabase:(GPKGConnection *)database;Swift
init!(database: GPKGConnection!)Parameters
databasedatabase connection
Return Value
new contents id table creator
-
Create Contents Id table
Declaration
Objective-C
- (int)createContentsId;Swift
func createContentsId() -> Int32Return Value
executed statements
View on GitHub
GPKGContentsIdTableCreator Class Reference