Class JoinDeclNode


  • public class JoinDeclNode
    extends IdentificationVariableDeclNode
    INTERNAL

    Purpose: Represent JOIN identification variable declaration as part of the FROM clause: JOIN c.orders o.

    Responsibilities:

    • Manage the path node and the outer join flag of the JOIN clause.