Uses of Class
gudusoft.gsqlparser.nodes.TWindowClause
Packages that use TWindowClause
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TWindowClause in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TWindowClauseMethods in gudusoft.gsqlparser.nodes with parameters of type TWindowClauseModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TWindowClause node) voidTParseTreeVisitor.preVisit(TWindowClause node) voidTSelectSqlNode.setWindowClause(TWindowClause windowClause) -
Uses of TWindowClause in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TWindowClauseMethods in gudusoft.gsqlparser.stmt with parameters of type TWindowClauseModifier and TypeMethodDescriptionvoidTSelectSqlStatement.setWindowClause(TWindowClause windowClause)