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

dam_getNextCondList

This method is used to navigate through the set of condition lists that was obtained by calling dam_getSetOfConditionListsEx or dam_getOptimalIndexAndConditions. This method gets the next condition list from the set of conditions.
int64 dam_getNextCondList(int64 hset_of_condlist)
 
Table 158: Parameters for dam_getNextCondList 
Parameter
Type
Description
IN
 
 
hset_of_condlist
int64
The handle to the set of condition lists
RETURN
 
 
 
int64
The next condition list handle. 0 is returned at the end of the list.

See also 

dam_getOptimalIndexAndConditions
dam_getSetOfConditionListsEx