Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
OnSetClause |
OnSetClause.addAssignment(Expression expression)
Adds a variable to set to the clause.
|
static OnSetClause |
OnSetClause.create(Expression expression)
Creates a new on-set clause for setting variables, and adds a variable to set.
|
static OnSetClause |
OnClause.createOnSet(Expression expression)
Creates an on-set clause for setting variable values.
|