Uses of Class
com.espertech.esper.common.client.soda.UpdateClause
Package
Description
This package defines the Esper statement object model.
-
Uses of UpdateClause in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionUpdateClause.addAssignment
(Expression expression) Adds a property to set to the clause.static UpdateClause
UpdateClause.create
(String eventType, Expression expression) Ctor.EPStatementObjectModel.getUpdateClause()
Returns the update specification.Modifier and TypeMethodDescriptionvoid
EPStatementObjectModel.setUpdateClause
(UpdateClause updateClause) Sets the update specification.