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