Uses of Interface
com.espertech.esper.client.soda.OnMergeMatchedAction

Packages that use OnMergeMatchedAction
com.espertech.esper.client.soda This package defines the Esper statement object model. 
 

Uses of OnMergeMatchedAction in com.espertech.esper.client.soda
 

Classes in com.espertech.esper.client.soda that implement OnMergeMatchedAction
 class OnMergeMatchedDeleteAction
          For use with on-merge clauses, deletes from a named window if matching rows are found.
 class OnMergeMatchedInsertAction
          For use with on-merge clauses, inserts into a named window if matching rows are not found.
 class OnMergeMatchedUpdateAction
          For use with on-merge clauses, updates rows in a named window if matching rows are found.
 

Methods in com.espertech.esper.client.soda that return types with arguments of type OnMergeMatchedAction
 java.util.List<OnMergeMatchedAction> OnMergeMatchItem.getActions()
          Returns all actions.
 

Method parameters in com.espertech.esper.client.soda with type arguments of type OnMergeMatchedAction
 void OnMergeMatchItem.setActions(java.util.List<OnMergeMatchedAction> actions)
          Sets all actions.
 

Constructor parameters in com.espertech.esper.client.soda with type arguments of type OnMergeMatchedAction
OnMergeMatchItem(boolean matched, Expression optionalCondition, java.util.List<OnMergeMatchedAction> actions)
          Ctor.
 


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