skip to main content
OpenAccess SDK SQL Engine Core Functions API : Function Reference : dam_freeRow
 

dam_freeRow

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)
Table 95. Parameters for dam_freeRow
Parameter
Type
Description
IN
hrow
DAM_HROW
The row handle.
RETURN
NONE

See also

*dam_isTargetRow