dam_addRowToRowSet
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method adds the row to the join rowset. Each row that is built for a specific row of the outer table should be added using this method.
int dam_addRowToRowSet(
long hrowset,
long hRow)
Parameters for dam_addRowToRowSet
| Parameter | Type | Description |
| INPUT | ||
| hrowset | long | The handle to the rowset. |
| hRow | long | The handle to the row. |
| RETURN | ||
| int | DAM_SUCCESS - added the row to the rowset. DAM_FAILURE - error adding the row. |
|