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 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.
 

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
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com