public final class FunctionsReturningNumericsBNF extends JPQLQueryBNF
functions_returning_numerics::= LENGTH(string_primary) |
LOCATE(string_primary, string_primary[, simple_arithmetic_expression]) |
ABS(simple_arithmetic_expression) | SQRT(simple_arithmetic_expression) |
MOD(simple_arithmetic_expression, simple_arithmetic_expression) |
SIZE(collection_valued_path_expression) |
INDEX(identification_variable)
Modifier and Type | Field and Description |
---|---|
static String |
ID
The unique identifier of this BNF rule.
|
expressionFactory, expressionFactoryIds, getId, handleAggregate, handleCollection, hasIdentifier, identifiers, isCompound, nonCompoundChildren, toString
public static final String ID
EclipseLink 2.3.2, "build v20111125-r10461" API Reference