Uses of Class
com.espertech.esper.common.client.soda.LikeExpression
Package
Description
This package defines the Esper statement object model.
-
Uses of LikeExpression in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionstatic LikeExpression
Expressions.like
(Expression left, Expression right) SQL-Like.static LikeExpression
Expressions.like
(Expression left, Expression right, Expression escape) SQL-Like.static LikeExpression
SQL-Like.static LikeExpression
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
SQL-Like negated (not like).static LikeExpression
SQL-Like negated (not like).