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

dam_getNextCond

This method is used to navigate through the conditions in the search and restriction condition list. Call this method after calling the dam_getFirstCond method.
int64 dam_getNextCond(
int64 hstmt,
int64 hlist)
 
Table 157: Parameters for dam_getNextCond 
Parameter
Type
Description
IN
 
 
hstmt
int64
The statement handle
hlist
int64
The condition list that was returned by dam_getOptimalIndexAndConditions or by dam_getRestrictionList.
RETURN
 
 
 
int64
The handle to the next condition in the list. A NULL is returned at the end of the list.

See also 

dam_getFirstCond
dam_getOptimalIndexAndConditions
dam_getRestrictionList