skip to main content
SQL Engine parse tree methods for .NET : SQL pass-through and advanced query methods reference : 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.
int64 damex_getNextInsertValExp(
int64 hquery)
 
Table 242: Parameters for damex_getNextInsertValExp 
Parameter
Type
Description
IN
 
 
hquery
int64
The query handle
RETURN
 
 
 
int64
A handle to the next value in the value list of the insert row. A value of zero is returned at the end of the list.

See also 

damex_getFirstInsertValExp