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.
|
expressionFactory, expressionFactoryIds, getId, handleAggregate, handleCollection, hasIdentifier, identifiers, isCompound, nonCompoundChildren, toString
public static final java.lang.String ID
EclipseLink 2.3.2, "build v20111125-r10461" API Reference