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

damex_getColByNum

This method returns the column handle that matches the given column number in the schema definition of the table. Columns are numbered starting at 0.
int damex_getColByNum(
int64 hTable,
int iColNum)
 
Table 229: Parameters for damex_getColByNum 
Parameter
Type
Description
IN
 
 
hTable
int64
Table handle
iColNum
int
Number of the column
RETURN
 
 
 
int64
The handle to the table column. A value of zero is returned if the column does not exist.