Class InternalSubstringStringExpressionBNF


  • public final class InternalSubstringStringExpressionBNF
    extends JPQLQueryBNF
    The query BNF for the parameter of the LENGTH expression.

    JPA 1.0:

    BNF ::= SUBSTRING(string_primary, simple_arithmetic_expression, simple_arithmetic_expression)

    JPA 2.0:

    BNF ::= SUBSTRING(string_primary, simple_arithmetic_expression [, simple_arithmetic_expression])

    JPA 2.1:

    BNF ::= SUBSTRING(string_expression, arithmetic_expression [, arithmetic_expression])

    Version:
    2.5
    Author:
    Pascal Filion
    Since:
    2.4
    • Field Detail

      • ID

        public static final java.lang.String ID
        The unique identifier of this BNF rule.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InternalSubstringStringExpressionBNF

        public InternalSubstringStringExpressionBNF()
        Creates a new InternalSubstringStringExpressionBNF.