Uses of Class
com.espertech.esper.common.client.soda.InExpression
Package
Description
This package defines the Esper statement object model.
-
Uses of InExpression in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionInExpression.add
(Expression expression) Add an expression to include in the computation.Add a constant to include in the computation.Add a property to include in the computation.static InExpression
Expressions.in
(Expression value, Expression... set) In-expression that is equivalent to the syntax of "property in (value, value, ...static InExpression
In-expression that is equivalent to the syntax of "property in (value, value, ...static InExpression
Expressions.notIn
(Expression value, Expression... set) Not-In-expression that is equivalent to the syntax of "property not in (value, value, ...static InExpression
Not-In-expression that is equivalent to the syntax of "property not in (value, value, ...