Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.resolver |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TSetSchemaStmt node) |
void |
TParseTreeVisitor.preVisit(TSetSchemaStmt node) |
Modifier and Type | Method and Description |
---|---|
void |
TDatabaseObjectResolver.preVisit(TSetSchemaStmt node)
Processes SET SCHEMA statements to update the current schema context.
|