Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
Modifier and Type | Method and Description |
---|---|
TStageReference |
TTable.getStageReference() |
TStageReference |
TFromTable.getStageReference() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TStageReference node) |
void |
TParseTreeVisitor.preVisit(TStageReference node) |
void |
TTable.setStageReference(TStageReference stageReference) |