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

damex_getNextValExp

This method returns the next value expression in the list. Use it to navigate the SELECT value expression list and the argument value list of scalar methods. Call this method after calling damex_getFirstValExp.
long damex_getFirstValExp(long hValExpList)
Table 290. Parameters for damex_getNextValExp
Parameter
Type
Description
INPUT
hValExpList
long
The value expression list handle.
RETURN
long
The handle to the value expression. Use damex_describeValExp to get details of the value expression. A 0 is returned at the end of the list.

See also

*damex_describeValExp
*damex_getFirstValExp