com.espertech.esper.epl.spec
Class OnTriggerMergeMatched

java.lang.Object
  extended by 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

Constructor Summary
OnTriggerMergeMatched(boolean matchedUnmatched, ExprNode optionalMatchCond, java.util.List<OnTriggerMergeAction> actions)
           
 
Method Summary
 java.util.List<OnTriggerMergeAction> getActions()
           
 ExprNode getOptionalMatchCond()
           
 boolean isMatchedUnmatched()
           
 void setOptionalMatchCond(ExprNode optionalMatchCond)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnTriggerMergeMatched

public OnTriggerMergeMatched(boolean matchedUnmatched,
                             ExprNode optionalMatchCond,
                             java.util.List<OnTriggerMergeAction> actions)
Method Detail

getOptionalMatchCond

public ExprNode getOptionalMatchCond()

setOptionalMatchCond

public void setOptionalMatchCond(ExprNode optionalMatchCond)

isMatchedUnmatched

public boolean isMatchedUnmatched()

getActions

public java.util.List<OnTriggerMergeAction> getActions()

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com