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

damex_getNextCol

This method navigates through the columns in the schema definition of the table. Call this method after calling damex_getFirstCol.
long damex_getNextCol(long hTable)
Table 284. Parameters for damex_getNextCol
Parameter
Type
Description
INPUT
hTable
long
The table handle.
RETURN
long
The handle to the next column in the schema. A 0 is returned at the end.

See also

*damex_getFirstCol