public final class FunctionsReturningStringsBNF extends JPQLQueryBNF
functions_returning_strings ::= CONCAT(string_primary, string_primary {, string_primary}*) |
SUBSTRING(string_primary, simple_arithmetic_expression [, simple_arithmetic_expression]) |
TRIM([[trim_specification] [trim_character] FROM] string_primary) |
LOWER(string_primary) | UPPER(string_primary)
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID
The unique identifier of this BNF rule.
|
Constructor and Description |
---|
FunctionsReturningStringsBNF()
Creates a new
FunctionsReturningStringsBNF . |
children, getExpressionFactory, getExpressionFactoryIds, getExpressionRegistry, getFallbackBNFId, getFallbackExpressionFactoryId, getId, getIdentifiers, handleAggregate, handleCollection, handlesNestedArray, handleSubExpression, hasChild, hasIdentifier, isCompound, nonCompoundChildren, setCompound, setFallbackBNFId, setFallbackExpressionFactoryId, setHandleAggregate, setHandleCollection, setHandleNestedArray, setHandleSubExpression, toString
public static final java.lang.String ID
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference