dam_freeRow
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function frees a row of data. All memory associated with the row is freed by the OpenAccess SDK SQL engine. This function should be called after a call to dam_isTargetRow fails.
void dam_freeRow(
DAM_HROW hrow)
Parameters for dam_freeRow
| Parameter | Type | Description |
| IN | ||
| hrow | DAM_HROW | The row handle. |
| RETURN | ||
| NONE |