Click or drag to resize

UpdateClause Class

Specification for the Update clause.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaUpdateClause

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

The UpdateClause type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAssignments
Returns the list of property assignments.
Public propertyEventType
Returns the name of the event type to Update.
Public propertyOptionalAsClauseStreamName
Returns the stream name.
Public propertyOptionalWhereClause
Returns the where-clause if any.
Top
Methods
  NameDescription
Public methodAddAssignment
Adds a property to set to the clause.
Public methodStatic memberCreate
Ctor.
Public methodStatic memberRenderEPLAssignments
Public methodToEPL
Renders the clause in EPL.
Top
See Also