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