Module eclipselink

Class InternalLeftStringExpressionBNF

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

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

  • Constructor Details

    • InternalLeftStringExpressionBNF

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