![]() | OnUpdateClause Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class OnUpdateClause : OnClause
The OnUpdateClause type exposes the following members.
Name | Description | |
---|---|---|
![]() | OnUpdateClause |
Ctor.
|
![]() | OnUpdateClause(String, String) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | Assignments | Returns the list of variable assignments. |
![]() | OptionalAsName | Returns the as-provided name for the named window. |
![]() | WindowName |
Returns the name of the named window to Update.
|
Name | Description | |
---|---|---|
![]() | AddAssignment | Adds a variable to set to the clause. |
![]() ![]() | Create |
Creates an on-Update clause.
|
![]() | ToEPL |
Renders the clause in textual representation.
|