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