Click or drag to resize

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

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

The OnMergeClause type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyInsertNoMatch
Returns an optional insert to executed without a match-clause. If set indicates there is no match-clause.
Public propertyMatchItems
Returns all actions.
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 methodAddAction
Add a new action to the list of actions.
Public methodStatic memberCreate
Public methodToEPL
Renders the clause in textual representation.
Top
See Also