GPKGAttributesTable
Objective-C
@interface GPKGAttributesTable : GPKGUserTable
Swift
class GPKGAttributesTable : GPKGUserTable
Undocumented
-
Initialize
Declaration
Objective-C
- (instancetype)initWithTable:(NSString *)tableName andColumns:(NSArray *)columns;
Swift
init!(table tableName: String!, andColumns columns: [Any]!)
Parameters
tableName
table name
columns
attributes columns
Return Value
new attributes table
-
Get the list of attributes columns
Declaration
Objective-C
- (GPKGAttributesColumns *)attributesColumns;
Swift
func attributesColumns() -> GPKGAttributesColumns!
Return Value
columns