skip to main content
SQL Engine parse tree methods for .NET : SQL pass-through and advanced query methods reference : damex_getNextValExp
 

damex_getNextValExp

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

See also 

damex_describeValExp
damex_getFirstValExp