skip to main content
OpenAccess SDK SQL Engine core methods for Java : Exchanging data : dam_compareCol
 

dam_compareCol

This method checks if the column handles refer to the same column. Even if the columns handles refers to the same column, they may not be equal.
int dam_compareCol(
long hcol1,
long hcol2)
Table 135. Parameters for dam_compareCol
Parameter
Type
Description
INPUT
hcol1
long
The handle to a column.
hcol2
long
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.