Uses of Class
com.espertech.esper.common.client.soda.OnSetClause
Package
Description
This package defines the Esper statement object model.
-
Uses of OnSetClause in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionOnSetClause.addAssignment
(Expression expression) Adds a variable to set to the clause.static OnSetClause
OnSetClause.create
(Expression expression) Creates a new on-set clause for setting variables, and adds a variable to set.static OnSetClause
OnClause.createOnSet
(Expression expression) Creates an on-set clause for setting variable values.