Click or drag to resize

OnSetClause Class

A clause to assign new values to variables based on a triggering event arriving.
Inheritance Hierarchy

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

The OnSetClause type exposes the following members.

Constructors
  NameDescription
Public methodOnSetClause
Ctor.
Top
Properties
  NameDescription
Public propertyAssignments
Returns the list of variable assignments.
Top
Methods
  NameDescription
Public methodAddAssignment
Adds a variable to set to the clause.
Public methodStatic memberCreate
Creates a new on-set clause for setting variables, and adds a variable to set.
Public methodToEPL
Renders the clause in EPL.
Top
See Also