Uses of Class
net.sf.jsqlparser.expression.WindowDefinition
-
Packages that use WindowDefinition Package Description net.sf.jsqlparser.expression net.sf.jsqlparser.parser net.sf.jsqlparser.statement.select -
-
Uses of WindowDefinition in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression declared as WindowDefinition Modifier and Type Field Description private WindowDefinition
AnalyticExpression. windowDef
Methods in net.sf.jsqlparser.expression that return WindowDefinition Modifier and Type Method Description WindowDefinition
AnalyticExpression. getWindowDefinition()
WindowDefinition
WindowDefinition. withWindowName(java.lang.String windowName)
Methods in net.sf.jsqlparser.expression with parameters of type WindowDefinition Modifier and Type Method Description void
AnalyticExpression. setWindowDefinition(WindowDefinition windowDef)
-
Uses of WindowDefinition in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return WindowDefinition Modifier and Type Method Description WindowDefinition
CCJSqlParser. windowDefinition()
-
Uses of WindowDefinition in net.sf.jsqlparser.statement.select
Fields in net.sf.jsqlparser.statement.select with type parameters of type WindowDefinition Modifier and Type Field Description private java.util.List<WindowDefinition>
PlainSelect. windowDefinitions
Methods in net.sf.jsqlparser.statement.select that return types with arguments of type WindowDefinition Modifier and Type Method Description java.util.List<WindowDefinition>
PlainSelect. getWindowDefinitions()
Method parameters in net.sf.jsqlparser.statement.select with type arguments of type WindowDefinition Modifier and Type Method Description void
PlainSelect. setWindowDefinitions(java.util.List<WindowDefinition> windowDefinitions)
-