Class ConcatNode

  • All Implemented Interfaces:
    AliasableNode

    public class ConcatNode
    extends StringFunctionNode
    INTERNAL

    Purpose: Represent a CONCAT in EJBQL

    Responsibilities:

    • Generate the correct expression for a CONCAT in EJBQL
    Since:
    TopLink 4.0
    Author:
    Jon Driscoll and Joel Lucuik
    • Field Detail

      • objects

        protected java.util.List objects
    • Constructor Detail

      • ConcatNode

        public ConcatNode()
        ConcatNode constructor comment.
    • Method Detail

      • validate

        public void validate​(ParseTreeContext context)
        INTERNAL Validate node and calculate its type.
        Overrides:
        validate in class Node
      • setObjects

        public void setObjects​(java.util.List objects)