Class WindowDefinition

java.lang.Object
net.sf.jsqlparser.expression.WindowDefinition
All Implemented Interfaces:
Serializable

public class WindowDefinition extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • WindowDefinition

      public WindowDefinition()
  • Method Details

    • getOrderBy

      public OrderByClause getOrderBy()
    • getPartitionBy

      public PartitionByClause getPartitionBy()
    • getWindowElement

      public WindowElement getWindowElement()
    • setWindowElement

      public void setWindowElement(WindowElement windowElement)
    • getOrderByElements

      public List<OrderByElement> getOrderByElements()
    • setOrderByElements

      public void setOrderByElements(List<OrderByElement> orderByElements)
    • getPartitionExpressionList

      public ExpressionList getPartitionExpressionList()
    • setPartitionExpressionList

      public void setPartitionExpressionList(ExpressionList partitionExpressionList)
    • setPartitionExpressionList

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

      public String getWindowName()
    • setWindowName

      public void setWindowName(String windowName)
    • withWindowName

      public WindowDefinition withWindowName(String windowName)
    • toString

      public String toString()
      Overrides:
      toString in class Object