dam_getNextCond
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
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)
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. |