skip to main content
OpenAccess SDK SQL Engine Core Functions API : Function Reference : dam_getNextValExp
 

dam_getNextValExp

This function gets the next argument passed into a scalar function implemented by the IP.
Use the function dam_getValueOfExpEx to get the value of the argument.
DAM_HVALEXP dam_getNextValExp(
DAM_HVALEXP_LIST hValExpList)
Table 141. Parameters for dam_getNextValExp
Parameter
Type
Description
IN
hValExpList
DAM_HVALEXP_LIST
The argument list handle as passed into the scalar function.
RETURN
DAM_HVALEXP
The handle to the next argument or NULL if at end of the list.

See also

*dam_getValueToSet