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.
int64 dam_getNextCond(
int64 hstmt,
int64 hlist)
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. |