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