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

damex_getCol

This method returns the column handle that matches the given column name in the schema definition of the table.
int damex_getCol(
int64 hTable,
StringBuilder sColName)
 
Table 228: Parameters for damex_getCol  
Parameter
Type
Description
IN
 
 
hTable
int64
Table handle
sColName
StringBuilder
Name of the column
RETURN
 
 
 
int64
The handle to the table. A value of zero is returned if the column does not exist.