GPKGUserCustomRow
Objective-C
@interface GPKGUserCustomRow : GPKGUserRow
Swift
class GPKGUserCustomRow : GPKGUserRow
User Custom Row containing the values from a single results row
-
Initialize
Declaration
Objective-C
- (instancetype)initWithUserCustomTable:(GPKGUserCustomTable *)table andColumns:(GPKGUserCustomColumns *)columns andValues:(NSMutableArray *)values;Swift
init!(userCustomTable table: GPKGUserCustomTable!, andColumns columns: GPKGUserCustomColumns!, andValues values: NSMutableArray!)Parameters
tableuser custom table
columnscolumns
valuesvalues
Return Value
new user custom row
-
Initialize
Declaration
Objective-C
- (instancetype)initWithUserCustomTable:(GPKGUserCustomTable *)table;Swift
init!(userCustomTable table: GPKGUserCustomTable!)Parameters
tableuser custom table
Return Value
new user custom row
-
Copy Initialize
Declaration
Objective-C
- (instancetype)initWithUserCustomRow:(GPKGUserCustomRow *)userCustomRow;Swift
init!(userCustomRow: GPKGUserCustomRow!)Parameters
userCustomRowuser custom row to copy
Return Value
new user custom row
-
Get the user custom table
Declaration
Objective-C
- (GPKGUserCustomTable *)userCustomTable;Swift
func userCustomTable() -> GPKGUserCustomTable!Return Value
user custom table
-
Get the user custom columns
Declaration
Objective-C
- (GPKGUserCustomColumns *)userCustomColumns;Swift
func userCustomColumns() -> GPKGUserCustomColumns!Return Value
user custom columns
View on GitHub
GPKGUserCustomRow Class Reference