| Package | Description |
|---|---|
| gudusoft.gsqlparser |
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects. |
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| gudusoft.gsqlparser.resolver | |
| gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
| Modifier and Type | Field and Description |
|---|---|
protected TFromClause |
TCustomSqlStatement.fromClause |
| Modifier and Type | Method and Description |
|---|---|
TFromClause |
TCustomSqlStatement.getFromClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
TCustomSqlStatement.setFromClause(TFromClause fromClause) |
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TFromClause node) |
void |
TParseTreeVisitor.preVisit(TFromClause node) |
| Modifier and Type | Method and Description |
|---|---|
void |
TRelationResolver2.postVisit(TFromClause fromClause) |
| Modifier and Type | Method and Description |
|---|---|
TFromClause |
TSelectSqlStatement.getFromClause() |