Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
UpdateClause |
UpdateClause.addAssignment(Expression expression)
Adds a property to set to the clause.
|
static UpdateClause |
UpdateClause.create(String eventType,
Expression expression)
Ctor.
|
UpdateClause |
EPStatementObjectModel.getUpdateClause()
Returns the update specification.
|
Modifier and Type | Method and Description |
---|---|
void |
EPStatementObjectModel.setUpdateClause(UpdateClause updateClause)
Sets the update specification.
|