dam_addRowToTable
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method adds the row to the result set. The IP should call this method if dam_isTargetRow returns DAM_TRUE. All rows added to the result set will be sent back to the client. The IP should check the return code from this method and, on failure, stop processing the query and return DAM_FAILURE.
int dam_addRowToTable(
int64 hstmt,
int64 hRow)
Parameters for dam_addRowToTable
| Parameter | Type | Description |
| IN | ||
| hstmt | int64 | The statement handle |
| hRow | int64 | The row handle |
| RETURN | ||
| int | DAM_SUCCESS – Added the row DAM_FAILURE – Failed to add the row |