public class WindowDefinition extends Object implements Serializable
| Constructor and Description |
|---|
WindowDefinition() |
| Modifier and Type | Method and Description |
|---|---|
OrderByClause |
getOrderBy() |
List<OrderByElement> |
getOrderByElements() |
PartitionByClause |
getPartitionBy() |
ExpressionList |
getPartitionExpressionList() |
WindowElement |
getWindowElement() |
String |
getWindowName() |
void |
setOrderByElements(List<OrderByElement> orderByElements) |
void |
setPartitionExpressionList(ExpressionList partitionExpressionList) |
void |
setPartitionExpressionList(ExpressionList partitionExpressionList,
boolean brackets) |
void |
setWindowElement(WindowElement windowElement) |
void |
setWindowName(String windowName) |
String |
toString() |
WindowDefinition |
withWindowName(String windowName) |
public OrderByClause getOrderBy()
public PartitionByClause getPartitionBy()
public WindowElement getWindowElement()
public void setWindowElement(WindowElement windowElement)
public List<OrderByElement> getOrderByElements()
public void setOrderByElements(List<OrderByElement> orderByElements)
public ExpressionList getPartitionExpressionList()
public void setPartitionExpressionList(ExpressionList partitionExpressionList)
public void setPartitionExpressionList(ExpressionList partitionExpressionList, boolean brackets)
public String getWindowName()
public void setWindowName(String windowName)
public WindowDefinition withWindowName(String windowName)
Copyright © 2004–2024 JSQLParser. All rights reserved.