Uses of Class
net.sf.jsqlparser.expression.WindowElement
-
Packages that use WindowElement Package Description net.sf.jsqlparser.expression net.sf.jsqlparser.parser -
-
Uses of WindowElement in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression declared as WindowElement Modifier and Type Field Description private WindowElement
FilterOverImpl. windowElement
(package private) WindowElement
WindowDefinition. windowElement
Methods in net.sf.jsqlparser.expression that return WindowElement Modifier and Type Method Description WindowElement
AnalyticExpression. getWindowElement()
WindowElement
FilterOverImpl. getWindowElement()
WindowElement
WindowDefinition. getWindowElement()
WindowElement
WindowElement. withOffset(WindowOffset offset)
WindowElement
WindowElement. withRange(WindowRange range)
WindowElement
WindowElement. withType(WindowElement.Type type)
Methods in net.sf.jsqlparser.expression with parameters of type WindowElement Modifier and Type Method Description void
AnalyticExpression. setWindowElement(WindowElement windowElement)
void
FilterOverImpl. setWindowElement(WindowElement windowElement)
void
WindowDefinition. setWindowElement(WindowElement windowElement)
AnalyticExpression
AnalyticExpression. withWindowElement(WindowElement windowElement)
FilterOverImpl
FilterOverImpl. withWindowElement(WindowElement windowElement)
-
Uses of WindowElement in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return WindowElement Modifier and Type Method Description WindowElement
CCJSqlParser. WindowElement()
-