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

damex_getFirstInsertRow

This function returns the first row to be inserted. Use it for navigating the insert row list in an INSERT query.
DAM_HROW damex_getFirstInsertRow(
    DAM_HROW_LIST hRowList)
Table 211. Parameters for damex_getFirstInsertRow
Parameter
Type
Description
IN
hRowList
DAM_HROW_LIST
The row list handle.
RETURN
DAM_HROW
The handle to the insert row.
To get the list of values in each insert row, use damex_getFirstInsertValueExp and damex_getNextInsertValueExp.

See also

*damex_getFirstInsertValueExp
*damex_getNextInsertValueExp