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

damex_getNextInsertRow

This function returns the next row in the list. Use it for navigating the insert rows.
Call this function after calling damex_getFirstInsertRow.
DAM_HROW damex_getNextInsertRow(
    DAM_HROW_LIST hRowList)
Table 220. Parameters for damex_getNextInsertRow
Parameter
Type
Description
IN
hRowList
DAM_HROW_LIST
The row list handle.
RETURN
DAM_HROW
The handle to the next insert row.
A NULL is returned at the end of the list.

See also

*damex_getFirstInsertRow