GPKGSimpleAttributesRow
Objective-C
@interface GPKGSimpleAttributesRow : GPKGUserCustomRow
Swift
class GPKGSimpleAttributesRow : GPKGUserCustomRow
User Simple Attributes Row containing the values from a single result set row
-
Initialize
Declaration
Objective-C
- (instancetype)initWithSimpleAttributesTable:(GPKGSimpleAttributesTable *)table andColumns:(GPKGUserColumns *)columns andValues:(NSMutableArray *)values;
Swift
init!(simpleAttributesTable table: GPKGSimpleAttributesTable!, andColumns columns: GPKGUserColumns!, andValues values: NSMutableArray!)
Parameters
table
simple attributes table
columns
columns
values
values
Return Value
new simple attributes row
-
Initialize
Declaration
Objective-C
- (instancetype)initWithSimpleAttributesTable: (GPKGSimpleAttributesTable *)table;
Swift
init!(simpleAttributesTable table: GPKGSimpleAttributesTable!)
Parameters
table
simple attributes table
Return Value
new simple attributes row
-
Get the simple attributes table
Declaration
Objective-C
- (GPKGSimpleAttributesTable *)simpleAttributesTable;
Swift
func simpleAttributesTable() -> GPKGSimpleAttributesTable!
Return Value
simple attributes table