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

dam_getNextCondList

This function is used to navigate through the set of condition lists that was obtained by calling dam_getSetOfConditionListsEx or dam_getOptimalIndexAndConditions. This function gets the next condition list from the set of conditions.
DAM_HCONDLIST dam_getNextCondList(
DAM_HSET_OF_CONDLIST hset_of_condlist)
Table 133. Parameters for dam_getNextCondList
Parameter
Type
Description
IN
hset_of_condlist
DAM_HSET_OF_CONDLIST
The handle to the set of condition lists.
RETURN
DAM_HCONDLIST
The next condition list. A NULL is returned at the end of the list.

See also

*dam_getOptimalIndexAndConditions
*dam_getSetOfConditionListsEx