skip to main content
SQL Engine Parse Tree API : SQL Engine Parse Tree functions reference : damex_getNextTableQueryVal
 

damex_getNextTableQueryVal

This function returns the next value in the list of Values. This is used to move between the values provided in the Insert query.
DAM_HTABLE damex_getNextTableQueryVal(
    DAM_HQUERY hquery)
Table 223. Parameters for damex_getNextTableQueryVal
Parameter
Type
Description
IN
hquery
DAM_HQUERY
The query handle.
RETURN
int
Returns the value, or NULL if it is not present.