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