Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
Modifier and Type | Method and Description |
---|---|
TWindowClause |
TSelectSqlNode.getWindowClause() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TWindowClause node) |
void |
TParseTreeVisitor.preVisit(TWindowClause node) |
void |
TSelectSqlNode.setWindowClause(TWindowClause windowClause) |
Modifier and Type | Method and Description |
---|---|
TWindowClause |
TSelectSqlStatement.getWindowClause() |
Modifier and Type | Method and Description |
---|---|
void |
TSelectSqlStatement.setWindowClause(TWindowClause windowClause) |
Copyright © 2019. All rights reserved.