|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InExpression | |
---|---|
net.esper.client.soda | This package defines the Esper statement object model. |
Uses of InExpression in net.esper.client.soda |
---|
Methods in net.esper.client.soda that return InExpression | |
---|---|
InExpression |
InExpression.add(Expression expression)
Add an expression to include in the computation. |
InExpression |
InExpression.add(Object object)
Add a constant to include in the computation. |
InExpression |
InExpression.add(String propertyName)
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 |
Expressions.in(String property,
Object... values)
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 |
Expressions.notIn(String property,
Object... values)
Not-In-expression that is equivalent to the syntax of "property not in (value, value, ... |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |