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

damex_getFirstInsertValueExp

This function returns the first value in the value list of the insert row. Use it for navigating the value list in the insert row.
DAM_HVALEXP damex_getFirstInsertValueExp(
    DAM_QUERY hquery,
    DAM_HROW hrow)
Table 212. Parameters for damex_getFirstInsertValExp
Parameter
Type
Description
IN
hquery
DAM_HQUERY
The query handle.
hrow
DAM_HROW
The insert row handle.
RETURN
DAM_HVALEXP
The handle to the first value in the value list of the insert row.
Use damex_describeValExp to get value details.

See also

damex_describeValExp