|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.OnMergeMatchedUpdateAction
public class OnMergeMatchedUpdateAction
For use with on-merge clauses, updates rows in a named window if matching rows are found.
Constructor Summary | |
---|---|
OnMergeMatchedUpdateAction()
Ctor. |
|
OnMergeMatchedUpdateAction(java.util.List<Assignment> assignments,
Expression whereClause)
Ctor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OnMergeMatchedUpdateAction()
public OnMergeMatchedUpdateAction(java.util.List<Assignment> assignments, Expression whereClause)
assignments
- assignments of values to columnswhereClause
- optional condition or nullMethod Detail |
---|
public 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
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |