skip to main content
OpenAccess SDK SQL Engine core methods for Java : Exchanging data : Condition List Options for dam_setOption
 

Condition List Options for dam_setOption

For the condition list options, set the option type to DAM_CONDLIST_OPTION and the object handle to the current condition list handle.
Table 242. Condition List Options for dam_setOption
Option Value
Option Value
DAM_CONDLIST_OPTION_EVALUATION
Support for marking the condition list as "Evaluated" by the IP so that the OpenAccess SDK SQL engine does not reevaluate the conditions during the dam_isTargetRow evaluation. This feature is useful when the IP wants to handle the condition because it may want to do it in a special way. For example, if you want to support your own time format, you can handle conditions on that column and then mark them evaluated.
*DAM_PROCESSING_ON (default) - the OpenAccess SDK SQL engine will evaluate the condition as part of dam_isTargetRow.
*DAM_PROCESSING_OFF - the IP has handled the evaluation.

See also

*dam_isTargetRow