Class DateFunctionNode

  • All Implemented Interfaces:
    AliasableNode

    public class DateFunctionNode
    extends FunctionalExpressionNode
    INTERNAL

    Purpose: Represent a date function: CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP.

    Responsibilities:

    • Generate the correct expression for the date function
    • Constructor Detail

      • DateFunctionNode

        public DateFunctionNode()
        DateFunctionNode constructor.