com.espertech.esper.epl.spec
Class OnTriggerMergeMatched
java.lang.Object
com.espertech.esper.epl.spec.OnTriggerMergeMatched
- All Implemented Interfaces:
- java.io.Serializable
public class OnTriggerMergeMatched
- extends java.lang.Object
- implements java.io.Serializable
Specification for the merge statement insert/update/delete-part.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OnTriggerMergeMatched
public OnTriggerMergeMatched(boolean matchedUnmatched,
ExprNode optionalMatchCond,
java.util.List<OnTriggerMergeAction> actions)
getOptionalMatchCond
public ExprNode getOptionalMatchCond()
setOptionalMatchCond
public void setOptionalMatchCond(ExprNode optionalMatchCond)
isMatchedUnmatched
public boolean isMatchedUnmatched()
getActions
public java.util.List<OnTriggerMergeAction> getActions()