dam_addJoinRowSet
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method associates the join rowset of the inner table with the outer table row. After all the child rows have been added to the rowset, the join rowset should be added to the current row of the outer table.
int dam_addJoinRowSet(
int64 hrowset,
int64 hrow)
Parameters for dam_addJoinRowSet
| Parameter | Type | Description |
| IN | ||
| hrow | int64 | The handle of the outer table row |
| hrowset | int64 | The handle to the inner table rowset to be associated with the outer table row. |
| RETURN | ||
| int | DAM_SUCCESS – associated the rowset to the rowDAM_FAILURE – error |