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