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
table
user custom table
columns
columns
values
values
Return Value
new user custom row
-
Initialize
Declaration
Objective-C
- (instancetype)initWithUserCustomTable:(GPKGUserCustomTable *)table;
Swift
init!(userCustomTable table: GPKGUserCustomTable!)
Parameters
table
user custom table
Return Value
new user custom row
-
Copy Initialize
Declaration
Objective-C
- (instancetype)initWithUserCustomRow:(GPKGUserCustomRow *)userCustomRow;
Swift
init!(userCustomRow: GPKGUserCustomRow!)
Parameters
userCustomRow
user 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