public class FilterOverImpl
extends net.sf.jsqlparser.parser.ASTNodeAccessImpl
| Constructor and Description |
|---|
FilterOverImpl() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(StringBuilder builder) |
AnalyticType |
getAnalyticType() |
Expression |
getFilterExpression() |
List<OrderByElement> |
getOrderByElements() |
ExpressionList |
getPartitionExpressionList() |
WindowElement |
getWindowElement() |
boolean |
isPartitionByBrackets() |
void |
setAnalyticType(AnalyticType analyticType) |
void |
setFilterExpression(Expression filterExpression) |
void |
setOrderByElements(List<OrderByElement> orderByElements) |
void |
setPartitionExpressionList(ExpressionList partitionExpressionList) |
void |
setPartitionExpressionList(ExpressionList partitionExpressionList,
boolean brackets) |
void |
setWindowElement(WindowElement windowElement) |
String |
toString() |
FilterOverImpl |
withAnalyticType(AnalyticType analyticType) |
FilterOverImpl |
withFilterExpression(Expression filterExpression) |
FilterOverImpl |
withOrderByElements(List<OrderByElement> orderByElements) |
FilterOverImpl |
withWindowElement(WindowElement windowElement) |
public AnalyticType getAnalyticType()
public void setAnalyticType(AnalyticType analyticType)
public FilterOverImpl withAnalyticType(AnalyticType analyticType)
public List<OrderByElement> getOrderByElements()
public void setOrderByElements(List<OrderByElement> orderByElements)
public FilterOverImpl withOrderByElements(List<OrderByElement> orderByElements)
public ExpressionList getPartitionExpressionList()
public void setPartitionExpressionList(ExpressionList partitionExpressionList)
public void setPartitionExpressionList(ExpressionList partitionExpressionList, boolean brackets)
public boolean isPartitionByBrackets()
public Expression getFilterExpression()
public void setFilterExpression(Expression filterExpression)
public FilterOverImpl withFilterExpression(Expression filterExpression)
public WindowElement getWindowElement()
public void setWindowElement(WindowElement windowElement)
public FilterOverImpl withWindowElement(WindowElement windowElement)
public StringBuilder append(StringBuilder builder)
Copyright © 2004–2023 JSQLParser. All rights reserved.