Uses of Class
com.alibaba.druid.sql.ast.SQLWindow
-
Packages that use SQLWindow Package Description com.alibaba.druid.sql.ast.statement com.alibaba.druid.sql.visitor -
-
Uses of SQLWindow in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement with type parameters of type SQLWindow Modifier and Type Field Description protected List<SQLWindow>SQLSelectQueryBlock. windowsMethods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLWindow Modifier and Type Method Description List<SQLWindow>SQLSelectQueryBlock. getWindows()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLWindow Modifier and Type Method Description voidSQLSelectQueryBlock. addWindow(SQLWindow x) -
Uses of SQLWindow in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLWindow Modifier and Type Method Description default voidSQLASTVisitor. endVisit(SQLWindow x)booleanSchemaStatVisitor. visit(SQLWindow x)booleanSQLASTOutputVisitor. visit(SQLWindow x)default booleanSQLASTVisitor. visit(SQLWindow x)
-