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

Packages that use OnClause
Package
Description
This package defines the Esper statement object model.
  • Uses of OnClause in com.espertech.esper.common.client.soda

    Modifier and Type
    Class
    Description
    class 
    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 
    A clause to insert into zero, one or more streams based on criteria.
    class 
    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 
    As part of on-merge, this represents a single "matched" or "not matched" entry.
    class 
    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 
    A clause to assign new values to variables based on a triggering event arriving.
    class 
    A clause to update a named window based on a triggering event arriving and correlated to the named window events to be updated.
    Modifier and Type
    Method
    Description
    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.common.client.soda with parameters of type OnClause
    Modifier and Type
    Method
    Description
    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