public class OnMergeMatchedUpdateAction extends java.lang.Object implements OnMergeMatchedAction
Constructor and Description |
---|
OnMergeMatchedUpdateAction()
Ctor.
|
OnMergeMatchedUpdateAction(java.util.List<Assignment> assignments,
Expression whereClause)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Assignment> |
getAssignments()
Returns the assignments to execute against any rows found in a named window
|
Expression |
getWhereClause()
Returns the action condition, or null if undefined.
|
void |
setAssignments(java.util.List<Assignment> assignments)
Sets the assignments to execute against any rows found in a named window
|
void |
setWhereClause(Expression whereClause)
Sets the action condition, or null if undefined.
|
void |
toEPL(java.io.StringWriter writer)
Render to EPL.
|
public OnMergeMatchedUpdateAction()
public OnMergeMatchedUpdateAction(java.util.List<Assignment> assignments, Expression whereClause)
assignments
- assignments of values to columnswhereClause
- optional condition or nullpublic Expression getWhereClause()
public void setWhereClause(Expression whereClause)
whereClause
- to set, or null to remove the conditionpublic java.util.List<Assignment> getAssignments()
public void setAssignments(java.util.List<Assignment> assignments)
assignments
- to setpublic void toEPL(java.io.StringWriter writer)
OnMergeMatchedAction
toEPL
in interface OnMergeMatchedAction
writer
- to render to