Uses of Class
com.espertech.esper.client.soda.OnClause

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

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

Subclasses of OnClause in com.espertech.esper.client.soda
 class OnDeleteClause
          A clause to delete from a named window based on a triggering event arriving and correlated to the named window events to be deleted.
 class OnInsertSplitStreamClause
          A clause to insert into zero, one or more streams based on criteria.
 class OnMergeClause
          A clause to insert, update or delete to/from a named window based on a triggering event arriving and correlated to the named window events to be updated.
 class OnMergeMatchItem
          As part of on-merge, this represents a single "matched" or "not matched" entry.
 class OnSelectClause
          A clause to delete from a named window based on a triggering event arriving and correlated to the named window events to be deleted.
 class OnSetClause
          A clause to assign new values to variables based on a triggering event arriving.
 class OnUpdateClause
          A clause to update a named window based on a triggering event arriving and correlated to the named window events to be updated.
 

Methods in com.espertech.esper.client.soda that return OnClause
 OnClause EPStatementObjectModel.getOnExpr()
          Returns the on-delete clause for deleting from named windows, or null if this statement does not delete from a named window
 

Methods in com.espertech.esper.client.soda with parameters of type OnClause
 void EPStatementObjectModel.setOnExpr(OnClause onExpr)
          Sets the on-delete or on-select clause for selecting or deleting from named windows, or null if this statement does not on-select or on-delete from a named window
 


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