Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
Modifier and Type | Method and Description |
---|---|
TCaseJoinClause |
TTable.getCaseJoin() |
TCaseJoinClause |
TFromTable.getCaseJoin() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TCaseJoinClause node) |
void |
TParseTreeVisitor.preVisit(TCaseJoinClause node) |
void |
TTable.setCaseJoin(TCaseJoinClause caseJoin) |