Option Value
|
Option Value
|
DAM_CONDLIST_OPTION_EVALUATION
|
Support for marking 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. Valid values are:
DAM_PROCESSING_ON (default) - the OpenAccess SDK SQL engine evaluates the condition as part of dam_isTargetRow.
DAM_PROCESSING_OFF - the IP has handled the evaluation.
|