Powered by Zoomin Software. For more details please contactZoomin

DataDirect OpenAccess SDK Help

dam_isTargetRowForConditionList

  • Last Updated: May 12, 2026
  • 1 minute read
    • OpenAccess SDK
    • Version 9.0
    • 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 the target row was already processed for any of the previous condition lists.

int dam_isTargetRowForConditionList(
    long stmt, 
    long hRow, 
    long hCondList) 

Restriction 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
INPUT
hstmt long Statement handle.
hRow long Row handle.
hCondList long 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.

See also

TitleResults for “How to create a CRG?”Also Available inAlert