Class WindowNode

java.lang.Object
org.apache.derby.impl.sql.compile.QueryTreeNode
org.apache.derby.impl.sql.compile.WindowNode
All Implemented Interfaces:
Visitable
Direct Known Subclasses:
WindowDefinitionNode, WindowReferenceNode

public abstract class WindowNode extends QueryTreeNode
Superclass of window definition and window reference.
  • Field Details

    • windowName

      private String windowName
      The provided name of the window if explicitly defined in a window clause. If the definition is inlined, currently the definition has windowName "IN_LINE". The standard 2003 sec. 4.14.9 calls for a implementation defined one.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Returns:
      the name of this window