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

damex_getNextInsertRow

This method returns the next row in the list. It is used for navigating the insert rows. Call this method after calling damex_getFirstInsertRow.
long damex_getNextInsertRow(long hRowList)
Table 286. Parameters for damex_getNextInsertRow
Parameter
Type
Description
INPUT
hRowList
long
The row list handle.
RETURN
long
The handle to the next insert row. A 0 is returned at the end of the list.

See also

*damex_getFirstInsertRow