Purpose: Represent an ALL subquery.
Purpose: Represent an ANY subquery.
Purpose: Represent a attribute.
Purpose: Represent collection member identification variable declaration as part of the FROM clause: IN(c.orders) o.
Purpose: Represent a date function: CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP.
Purpose: This node represents an 'DOT' (i.e.
Purpose: Represent an EXISTS subquery.
Purpose: Represent a FETCH JOIN declaration as part of the FROM clause: FETCH JOIN o.customer.
Responsibilities:
Purpose: Represent a FROM
Purpose: This is the superclass for all identification declaration nodes.
Purpose: Represent JOIN identification variable declaration as part of the FROM clause: JOIN c.orders o.
Purpose: This is the superclass for all Nodes.
Purpose: This interface specifies methods to create parse trees and parse tree nodes.
Purpose: Implements a node factory used by the EJBQLParser class.
Purpose: A ParseTree contains Node(s).
Purpose: The ParseTreeContext holds and manages context information for the parse tree for validation.
Purpose: Represent a range identification variable declaration as part of the FROM clause FROM Order o.
Purpose: Represent a SELECT
Purpose: Represent a SOME subquery.
Purpose: Represent a subquery.
Purpose: Specify type helper methods.
Purpose: Implement type helper methods specified by TypeHelper.