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

damex_getNextCol

This function is used to navigate through the columns in the schema definition of the table. Call this function after calling damex_getFirstCol.
DAM_HCOL damex_getNextCol(
    DAM_HTABLE hTable)
Table 218. Parameters for damex_getNextCol
Parameter
Type
Description
IN
hTable
DAM_HTABLE
The table handle.
RETURN
DAM_HCOL
The handle to the next column in the schema.
A NULL is returned at the end.

See also

*damex_getFirstCol