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

dam_getColInCond

This method gets the handle to the column on which a given condition applies. Use this method if you are using the dam_getSetOfConditionListsEx method to get restrictions on multiple columns and then stepping through these conditions. For each condition obtained using dam_getFirstCond or dam_getNextCond, call this method to determine the column involved in the condition.
int dam_getColInCond(
int64 hcond)
 
Table 130: Parameters for dam_getColInCond 
Parameter
Type
Description
IN
 
 
hcond
int64
The condition obtained from a DAM_HCONDLIST using dam_getFirstCond or dam_getNextCond.
RETURN
 
 
 
int64
The handle to the column associated with the condition

See also 

dam_getFirstCond
dam_getNextCond
dam_getSetOfConditionListsEx