Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
List<OnMergeMatchItem> |
OnMergeClause.getMatchItems()
Returns all actions.
|
Modifier and Type | Method and Description |
---|---|
OnMergeClause |
OnMergeClause.addAction(OnMergeMatchItem action)
Add a new action to the list of actions.
|
Modifier and Type | Method and Description |
---|---|
static OnMergeClause |
OnMergeClause.create(String windowName,
String optionalAsName,
List<OnMergeMatchItem> matchItems)
Creates an on-update clause.
|
void |
OnMergeClause.setMatchItems(List<OnMergeMatchItem> matchItems)
Sets all actions.
|
Constructor and Description |
---|
OnMergeClause(String windowName,
String optionalAsName,
List<OnMergeMatchItem> matchItems)
Ctor.
|