|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LikeExpression | |
---|---|
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
Uses of LikeExpression in com.espertech.esper.client.soda |
---|
Methods in com.espertech.esper.client.soda that return LikeExpression | |
---|---|
static LikeExpression |
Expressions.like(Expression left,
Expression right)
SQL-Like. |
static LikeExpression |
Expressions.like(Expression left,
Expression right,
Expression escape)
SQL-Like. |
static LikeExpression |
Expressions.like(java.lang.String propertyName,
java.lang.Object value,
java.lang.String escape)
SQL-Like. |
static LikeExpression |
Expressions.like(java.lang.String propertyName,
java.lang.String value)
SQL-Like. |
static LikeExpression |
Expressions.notLike(Expression left,
Expression right)
SQL-Like negated (not like). |
static LikeExpression |
Expressions.notLike(Expression left,
Expression right,
Expression escape)
SQL-Like negated (not like). |
static LikeExpression |
Expressions.notLike(java.lang.String propertyName,
java.lang.Object value,
java.lang.String escape)
SQL-Like negated (not like). |
static LikeExpression |
Expressions.notLike(java.lang.String propertyName,
java.lang.String value)
SQL-Like negated (not like). |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |