Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
OnUpdateClause |
OnUpdateClause.addAssignment(Expression expression)
Adds a variable to set to the clause.
|
static OnUpdateClause |
OnUpdateClause.create(String windowName,
String optionalAsName)
Creates an on-update clause.
|
static OnUpdateClause |
OnClause.createOnUpdate(String windowName,
String asName,
Expression expression)
Creates an on-update clause for updating a named window.
|