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

damex_getNextInsertValExp

This method returns the next value in the row. It is used for navigating the value list in the insert row. Call this method after calling damex_getFirstInsertValExp.
long damex_getNextInsertValExp(long hquery)
Table 287. Parameters for damex_getNextInsertValExp
Parameter
Type
Description
INPUT
hquery
long
The query handle.
RETURN
long
A handle to the next value in the value list of the insert row. A 0 is returned at the end of the list.

See also

*damex_getFirstValExp