public class OnMergeMatchedDeleteAction extends Object implements OnMergeMatchedAction
Constructor and Description |
---|
OnMergeMatchedDeleteAction()
Ctor.
|
OnMergeMatchedDeleteAction(Expression whereClause)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Expression |
getWhereClause()
Returns 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.
|
public OnMergeMatchedDeleteAction(Expression whereClause)
whereClause
- condition for action, or null if none requiredpublic OnMergeMatchedDeleteAction()
public Expression getWhereClause()
public void setWhereClause(Expression whereClause)
whereClause
- to set, or null to remove the conditionpublic void toEPL(StringWriter writer)
OnMergeMatchedAction
toEPL
in interface OnMergeMatchedAction
writer
- to render to