skip to main content
OpenAccess SDK SQL Engine core methods for Java : Exchanging data : 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.
long dam_getNextCond(
     long hstmt,
     long hlist)
Table 194. Parameters for dam_getNextCond
Parameter
Type
Description
INPUT
hstmt
long
The statement handle.
hlist
long
The condition list that was returned by dam_getOptimalIndexAndConditions or by dam_getRestrictionList.
RETURN
long
The handle to the next condition in the list. A 0 is returned at the end of the list.

See also

*dam_getFirstCond
*dam_getOptimalIndexAndConditions
*dam_getRestrictionList