Module eclipselink

Class InternalLeftPositionExpressionBNF

java.lang.Object
org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
org.eclipse.persistence.jpa.jpql.parser.InternalLeftPositionExpressionBNF

public final class InternalLeftPositionExpressionBNF extends JPQLQueryBNF
The query BNF for the position parameters of the LEFT expression.
JPA 3.2:
BNF ::= LEFT(string_expression, simple_arithmetic_expression)
Author:
Radek Felcman
  • Field Details

  • Constructor Details

    • InternalLeftPositionExpressionBNF

      public InternalLeftPositionExpressionBNF()
      Creates a new InternalLeftPositionExpressionBNF.
  • Method Details