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
tableName
table 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
db
database connection
Return Value
attributes table