skip to main content
OpenAccess SDK SQL Engine core methods for Java : Exchanging data : 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.
long dam_getNextCondList(long hset_of_condlist)
Table 195. Parameters for dam_getNextCondList
Parameter
Type
Description
INPUT
hset_of_condlist
long
The handle to the set of condition lists.
RETURN
long
The next condition list handle. 0 is returned at the end of the list.

See also

*dam_getOptimalIndexAndConditions
*dam_getSetOfConditionListsEx