Click or drag to resize

OnClause 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.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaOnClause
    More...

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public abstract class OnClause

The OnClause type exposes the following members.

Constructors
  NameDescription
Public methodOnClause
Ctor.
Top
Methods
  NameDescription
Public methodStatic memberCreateOnDelete
Creates an on-delete clause for deleting from a named window.
Public methodStatic memberCreateOnInsertSplitStream
Creates a split-stream clause.
Public methodStatic memberCreateOnSelect
Creates an on-select clause for selecting from a named window.
Public methodStatic memberCreateOnSet
Creates an on-set clause for setting variable values.
Public methodStatic memberCreateOnUpdate
Creates an on-Update clause for updating a named window.
Top
See Also
Inheritance Hierarchy