Uses of Class
net.sf.jsqlparser.expression.WindowElement
-
Packages that use WindowElement Package Description net.sf.jsqlparser.expression -
-
Uses of WindowElement in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return WindowElement Modifier and Type Method Description WindowElementAnalyticExpression. getWindowElement()WindowElementFilterOverImpl. getWindowElement()WindowElementWindowDefinition. getWindowElement()WindowElementWindowElement. withOffset(WindowOffset offset)WindowElementWindowElement. withRange(WindowRange range)WindowElementWindowElement. withType(WindowElement.Type type)Methods in net.sf.jsqlparser.expression with parameters of type WindowElement Modifier and Type Method Description voidAnalyticExpression. setWindowElement(WindowElement windowElement)voidFilterOverImpl. setWindowElement(WindowElement windowElement)voidWindowDefinition. setWindowElement(WindowElement windowElement)AnalyticExpressionAnalyticExpression. withWindowElement(WindowElement windowElement)FilterOverImplFilterOverImpl. withWindowElement(WindowElement windowElement)
-