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

dam_getFirstCondList

This method gets the first condition list from the set of condition lists. This method is used to navigate through the set of condition lists that was obtained by calling dam_getSetOfConditionListsEx or dam_getOptimalIndexAndConditions. This list contains either an intersection or a union style set of expressions.
Use the method dam_getNextCondList to go through the list.
int64 dam_getFirstCondList(
int64 hset_of_condlist)
 
Table 137: Parameters for dam_getFirstCondList 
Parameter
Type
Description
IN
 
 
hset_of_condlist
int64
The handle to the set of condition lists
RETURN
 
 
 
int64
The first condition list. 0 is returned if the list is empty.

See also

dam_getNextCondList
dam_getOptimalIndexAndConditions
dam_getSetOfConditionListsEx