Package | Description |
---|---|
com.espertech.esper.epl.spec |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
Modifier and Type | Class and Description |
---|---|
class |
OnTriggerMergeActionDelete
Specification for the merge statement delete-part.
|
class |
OnTriggerMergeActionInsert
Specification for the merge statement insert-part.
|
class |
OnTriggerMergeActionUpdate
Specification for the merge statement update-part.
|
Modifier and Type | Method and Description |
---|---|
List<OnTriggerMergeAction> |
OnTriggerMergeMatched.getActions() |
Constructor and Description |
---|
OnTriggerMergeMatched(boolean matchedUnmatched,
ExprNode optionalMatchCond,
List<OnTriggerMergeAction> actions) |