dam_isTargetRowForConditionList
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method is used to verify if the target row matches the condition list.
This method is useful when the IP uses UNION condition lists and builds target rows for each of the condition lists returned from dam_getSetOfConditionListsEx. The IP can call this method to verify if target row was already processed for any of the previous condition lists.
int dam_isTargetRowForConditionList(
int64 hstmt,
int64 hRow,
int64 hCondList)
Restrictions on method usage:
The IP should not call dam_setOption (DAM_CONDLIST_OPTION, hcondList, DAM_CONDLIST_OPTION_EVALUATION, DAM_PROCESSING_OFF) on any of the condition lists.
Parameters for dam_isTargetRowForConditionList
| Parameter | Type | Description |
| IN | ||
| hstmt | int64 | Statement handle |
| hRow | int64 | Row handle |
| hCondList | int64 | Condition list handle |
| RETURN | ||
| int | DAM_TRUE – if row is a target row for the condition list DAM_FALSE – if row is not a target row for the condition list DAM_ERROR – on error |