GPKGAttributesTableReader
Objective-C
@interface GPKGAttributesTableReader : GPKGUserTableReader
Swift
class GPKGAttributesTableReader : GPKGUserTableReader
Reads the metadata from an existing attributes table
-
Initialize
Declaration
Objective-C
- (instancetype)initWithTable:(NSString *)tableName;Swift
init!(table tableName: String!)Parameters
tableNametable name
Return Value
new attributes table reader
-
Read the attributes table with the database connection
Declaration
Objective-C
- (GPKGAttributesTable *)readAttributesTableWithConnection:(GPKGConnection *)db;Swift
func readAttributesTable(with db: GPKGConnection!) -> GPKGAttributesTable!Parameters
dbdatabase connection
Return Value
attributes table
View on GitHub
GPKGAttributesTableReader Class Reference