GPKGUserMappingRow
Objective-C
@interface GPKGUserMappingRow : GPKGUserCustomRow
Swift
class GPKGUserMappingRow : GPKGUserCustomRow
User Mapping Row containing the values from a single result set row
-
Initialize
Declaration
Objective-C
- (instancetype)initWithUserMappingTable:(GPKGUserMappingTable *)table andColumns:(GPKGUserColumns *)columns andValues:(NSMutableArray *)values;
Swift
init!(userMappingTable table: GPKGUserMappingTable!, andColumns columns: GPKGUserColumns!, andValues values: NSMutableArray!)
Parameters
table
user mapping table
columns
columns
values
values
Return Value
new user mapping row
-
Initialize
Declaration
Objective-C
- (instancetype)initWithUserMappingTable:(GPKGUserMappingTable *)table;
Swift
init!(userMappingTable table: GPKGUserMappingTable!)
Parameters
table
user mapping table
Return Value
new user mapping row
-
Get the user mapping table
Declaration
Objective-C
- (GPKGUserMappingTable *)userMappingTable;
Swift
func userMappingTable() -> GPKGUserMappingTable!
Return Value
user mapping table
-
Get the base ID column index
Declaration
Objective-C
- (int)baseIdColumnIndex;
Swift
func baseIdColumnIndex() -> Int32
Return Value
base ID column index
-
Get the base ID column
Declaration
Objective-C
- (GPKGUserCustomColumn *)baseIdColumn;
Swift
func baseIdColumn() -> GPKGUserCustomColumn!
Return Value
base ID column
-
Get the base ID
Declaration
Objective-C
- (int)baseId;
Swift
func baseId() -> Int32
Return Value
base ID
-
Set the base ID
Declaration
Objective-C
- (void)setBaseId:(int)baseId;
Swift
func setBaseId(_ baseId: Int32)
Parameters
baseId
base ID
-
Get the related ID column index
Declaration
Objective-C
- (int)relatedIdColumnIndex;
Swift
func relatedIdColumnIndex() -> Int32
Return Value
related ID column index
-
Get the related ID column
Declaration
Objective-C
- (GPKGUserCustomColumn *)relatedIdColumn;
Swift
func relatedIdColumn() -> GPKGUserCustomColumn!
Return Value
related ID column
-
Get the related ID
Declaration
Objective-C
- (int)relatedId;
Swift
func relatedId() -> Int32
Return Value
related ID
-
Set the related ID
Declaration
Objective-C
- (void)setRelatedId:(int)relatedId;
Swift
func setRelatedId(_ relatedId: Int32)
Parameters
relatedId
related ID