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