Class WindowDefinition

  • All Implemented Interfaces:
    java.io.Serializable

    public class WindowDefinition
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • WindowDefinition

        public WindowDefinition()
    • Method Detail

      • setWindowElement

        public void setWindowElement​(WindowElement windowElement)
      • getOrderByElements

        public java.util.List<OrderByElement> getOrderByElements()
      • setOrderByElements

        public void setOrderByElements​(java.util.List<OrderByElement> orderByElements)
      • getPartitionExpressionList

        public ExpressionList getPartitionExpressionList()
      • setPartitionExpressionList

        public void setPartitionExpressionList​(ExpressionList partitionExpressionList)
      • setPartitionExpressionList

        public void setPartitionExpressionList​(ExpressionList partitionExpressionList,
                                               boolean brackets)
      • getWindowName

        public java.lang.String getWindowName()
      • setWindowName

        public void setWindowName​(java.lang.String windowName)
      • withWindowName

        public WindowDefinition withWindowName​(java.lang.String windowName)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object