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

damex_getNextInsertValueExp

This function returns the next value in the row. Use it for navigating the value list in the insert row.
Call this function after calling damex_getFirstInsertValueExp.
DAM_HVALEXP damex_getNextInsertValueExp(
    DAM_QUERY hquery)
Table 221. Parameters for damex_getNextInsertValueExp
Parameter
Type
Description
IN
hquery
DAM_HQUERY
The query handle.
RETURN
DAM_HVALEXP
A handle to the next value in the value list of the insert row.
A NULL is returned at the end of the list.

See also

*damex_getNextInsertValueExp