Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.scriptWriter | |
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
Modifier and Type | Method and Description |
---|---|
TGroupBy |
TSelectSqlNode.getGroupByClause() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TGroupBy node) |
void |
TParseTreeVisitor.preVisit(TGroupBy node) |
void |
TSelectSqlNode.setGroupByClause(TGroupBy groupByClause) |
Modifier and Type | Method and Description |
---|---|
void |
TScriptGeneratorVisitor.preVisit(TGroupBy node) |
Modifier and Type | Method and Description |
---|---|
TGroupBy |
TSelectSqlStatement.getGroupByClause() |
Modifier and Type | Method and Description |
---|---|
void |
TSelectSqlStatement.setGroupByClause(TGroupBy groupByClause) |
Copyright © 2019. All rights reserved.