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
tablesimple attributes table
columnscolumns
valuesvalues
Return Value
new simple attributes row
-
Initialize
Declaration
Objective-C
- (instancetype)initWithSimpleAttributesTable: (GPKGSimpleAttributesTable *)table;Swift
init!(simpleAttributesTable table: GPKGSimpleAttributesTable!)Parameters
tablesimple 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
View on GitHub
GPKGSimpleAttributesRow Class Reference