skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Methods for .NET reference : dam_getNextCol
 

dam_getNextCol

This method 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 method after calling dam_getFirstCol.
int64 dam_getNextCol(
int64 hstmt)
 
Table 156: Parameters for dam_getNextCol 
Parameter
Type
Description
IN
 
 
hstmt
int64
The statement handle
RETURN
 
 
 
int64
The handle to the next column in the list. A NULL is returned at the end of the list.

See also 

dam_getFirstCol