| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| gudusoft.gsqlparser.resolver | |
| gudusoft.gsqlparser.scriptWriter |
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TUseDatabase stmt) |
void |
TParseTreeVisitor.preVisit(TUseDatabase stmt) |
| Modifier and Type | Method and Description |
|---|---|
void |
TDatabaseObjectResolver.preVisit(TUseDatabase node)
Handles USE DATABASE statements to set the current database context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TScriptGeneratorVisitor.preVisit(TUseDatabase useDataBase) |