skip to main content
OpenAccess SDK SQL Engine Core Functions API : Function Reference : dam_compareCol
 

dam_compareCol

This function checks if the column handles refer to the same column. The column handles returned by different functions may not be equal even if they refer to the same column.
int dam_compareCol(
DAM_HCOL hcol1,
DAM_HCOL hcol2)
Table 71. Parameters for dam_compareCol
Parameter
Type
Description
IN
hcol1
DAM_HCOL
The handle to a column.
hcol2
DAM_HCOL
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.