skip to main content
OpenAccess SDK SQL Engine Core Functions API : Function Reference : dam_getNextCol
 

dam_getNextCol

This function is used to navigate through the columns that appear in the SELECT and WHERE clauses of the SQL query or through the columns in the schema definition of the table. Call this function after calling dam_getFirstCol.
DAM_HCOL dam_getNextCol(
DAM_HSTMT hstmt)
Table 130. Parameters for dam_getNextCol
Parameter
Type
Description
IN
hstmt
DAM_HSTMT
The statement handle.
RETURN
DAM_HCOL
The handle to the next column in the list. A NULL is returned at the end of the list.

See also

*dam_getFirstCol