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