dam_getFirstCond
- 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 condition list. It gets the first condition in the search or restriction list. Use the method dam_getNextCond to go through the list.
int64 dam_getFirstCond(
int64 hstmt,
int64 hlist)
Parameters for dam_getFirstCond
| Parameter | Type | Description |
| IN | ||
| hstmt | int64 | The statement handle |
| hlist | int64 | Either the search or the restriction condition list |
| RETURN | ||
| int64 | The first condition. 0 is returned if the list is empty. |