Uses of Class
com.espertech.esper.client.soda.UpdateClause

Packages that use UpdateClause
com.espertech.esper.client.soda This package defines the Esper statement object model. 
 

Uses of UpdateClause in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return UpdateClause
 UpdateClause UpdateClause.addAssignment(java.lang.String property, Expression expression)
          Adds a property to set to the clause.
static UpdateClause UpdateClause.create(java.lang.String eventType, java.lang.String propertyName, Expression expression)
          Ctor.
 UpdateClause EPStatementObjectModel.getUpdateClause()
          Returns the update specification.
 

Methods in com.espertech.esper.client.soda with parameters of type UpdateClause
 void EPStatementObjectModel.setUpdateClause(UpdateClause updateClause)
          Sets the update specification.
 


© 2006-2011 EsperTech Inc.
All rights reserved.
Visit us at espertech.com