skip to main content
OpenAccess SDK SQL Engine Core Functions API : Function Reference : dam_getNextCond
 

dam_getNextCond

This function is used to navigate through the conditions in the search and restriction condition list. Call it after calling the dam_getFirstCond function.
DAM_HCOND dam_getNextCond(
DAM_HSTMT hstmt,
DAM_HCONDLIST hlist)
Table 132. Parameters for dam_getNextCond
Parameter
Type
Description
IN
hstmt
DAM_HSTMT
The statement handle.
hlist
DAM_HCONDLIST
The condition list that was returned by dam_getOptimalIndexAndConditions or by dam_getRestrictionList.
RETURN
DAM_HCOND
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