|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.UpdateDesc
public class UpdateDesc
Specification for the update statement.
Constructor Summary | |
---|---|
UpdateDesc(java.lang.String optionalStreamName,
java.util.List<OnTriggerSetAssignment> assignments,
ExprNode optionalWhereClause)
Ctor. |
Method Summary | |
---|---|
java.util.List<OnTriggerSetAssignment> |
getAssignments()
Returns a list of all assignment |
java.lang.String |
getOptionalStreamName()
Returns the stream name if defined. |
ExprNode |
getOptionalWhereClause()
Returns the where-clause if defined. |
void |
setOptionalWhereClause(ExprNode optionalWhereClause)
Sets the where-clause if defined. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UpdateDesc(java.lang.String optionalStreamName, java.util.List<OnTriggerSetAssignment> assignments, ExprNode optionalWhereClause)
optionalStreamName
- a stream name if provided for the updateassignments
- the individual assignments madeoptionalWhereClause
- the where-clause expression if providedMethod Detail |
---|
public java.util.List<OnTriggerSetAssignment> getAssignments()
public java.lang.String getOptionalStreamName()
public ExprNode getOptionalWhereClause()
public void setOptionalWhereClause(ExprNode optionalWhereClause)
optionalWhereClause
- where clause to set or null
|
© 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 |