skip to main content
OpenAccess SDK SQL Engine core methods for Java : Exchanging data : 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.
long dam_getColInCond(long hcond)
Table 167. Parameters for dam_getColInCond
Parameter
Type
Description
INPUT
hcond
long
The condition obtained from a DAM_HCONDLIST using dam_getFirstCond or dam_getNextCond.
RETURN
long
The handle to the column associated with the condition.

See also

*dam_getFirstCond
*dam_getNextCond
*dam_getSetOfConditionListsEx