Click or drag to resize

OnUpdateClause Class

A clause to Update a named window based on a triggering event arriving and correlated to the named window events to be updated.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaOnClause
    com.espertech.esper.common.client.sodaOnUpdateClause

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

The OnUpdateClause type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAssignments
Returns the list of variable assignments.
Public propertyOptionalAsName
Returns the as-provided name for the named window.
Public propertyWindowName
Returns the name of the named window to Update.
Top
Methods
  NameDescription
Public methodAddAssignment
Adds a variable to set to the clause.
Public methodStatic memberCreate
Creates an on-Update clause.
Public methodToEPL
Renders the clause in textual representation.
Top
See Also