public final class LikeExpressionFactory extends ExpressionFactory
LikeExpressionFactory creates a new LikeExpression when the portion of the
query to parse starts with LIKE or NOT LIKE.LikeExpression| Modifier and Type | Field and Description |
|---|---|
static String |
ID
The unique identifier of this
LikeExpressionFactory. |
| Constructor and Description |
|---|
LikeExpressionFactory()
Creates a new
LikeExpressionFactory. |
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toStringpublic static final String ID
LikeExpressionFactory.