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.
long dam_getFirstCond(
long hstmt,
long hlist)
Parameters for dam_getFirstCond
| Parameter | Type | Description |
| INPUT | ||
| hstmt | long | The statement handle. |
| hlist | long | Either the search or the restriction condition list. |
| RETURN | ||
| long | The first condition. 0 is returned if the list is empty. | |