skip to main content
SQL Engine Parse Tree API : SQL Engine Parse Tree functions reference : damex_FreeRow
 

damex_FreeRow

This function frees a row of data. All memory associated to the row is freed by the OpenAccess SDK SQL engine. This function should be called to free a row handle that is not added to the result using damex_addRowToTable.
void damex_freeRow(DAM_HROW hrow)
Table 205. Parameters for damex_getFreeRow
Parameter
Type
Description
IN
hrow
DAM_HROW
The row handle.
RETURN
NONE

See also

*damex_describeCaseValExp