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