Class OnMergeMatchedDeleteAction
java.lang.Object
com.espertech.esper.common.client.soda.OnMergeMatchedDeleteAction
- All Implemented Interfaces:
OnMergeMatchedAction
,Serializable
For use with on-merge clauses, deletes from a named window if matching rows are found.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the action condition, or null if undefined.void
setWhereClause
(Expression whereClause) Sets the action condition, or null if undefined.void
toEPL
(StringWriter writer) Render to EPL.
-
Constructor Details
-
OnMergeMatchedDeleteAction
Ctor.- Parameters:
whereClause
- condition for action, or null if none required
-
OnMergeMatchedDeleteAction
public OnMergeMatchedDeleteAction()Ctor.
-
-
Method Details
-
getWhereClause
Returns the action condition, or null if undefined.- Returns:
- condition
-
setWhereClause
Sets the action condition, or null if undefined.- Parameters:
whereClause
- to set, or null to remove the condition
-
toEPL
Description copied from interface:OnMergeMatchedAction
Render to EPL.- Specified by:
toEPL
in interfaceOnMergeMatchedAction
- Parameters:
writer
- to render to
-