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

dam_compareCol

This method checks whether the column handles refer to the same column. The column handles returned by different methods may not be equal even if they refer to the same column.
int dam_compareCol(
int64 hcol1,
int64 hcol2)
 
Table 100: Parameters for dam_compareCol 
Parameter
Type
Description
IN
 
 
hcol1
int64
The handle to a column
hcol2
int64
The handle to a column
RETURN
 
 
 
int
TRUE – the column handles refer to the same column.
FALSE – the column handles do not refer to the same column.