skip to main content
SQL Engine parse tree methods for .NET : SQL pass-through and advanced query methods reference : damex_getNextCol
 

damex_getNextCol

This method navigates through the columns in the schema definition of the table. Call this method after calling damex_getFirstCol.
int64 damex_getNextCol(
int64 hTable)
 
Table 239: Parameters for damex_getNextCol 
Parameter
Type
Description
IN
 
 
hTable
int64
The table handle.
RETURN
 
 
 
int64
The handle to the next column in the schema. A value of zero is returned at the end.

See also 

damex_getFirstCol