skip to main content
SQL Engine parse tree methods for Java : damex_getFirstInsertValExp
 

damex_getFirstInsertValExp

This method returns the first value in the value list of the insert row. Use it for navigating the value list in the insert row.
long damex_getFirstInsertValExp(
      long hquery,
      long hRow)
Table 279. Parameters for damex_getFirstInsertValExp
Parameter
Type
Description
INPUT
hquery
long
The query handle.
hRow
long
Insert row handle.
RETURN
long
The handle to the first value in the value list of the insert row. Use damex_describeValExp to get the details of the value.

See also

*damex_describeValExp