Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
Modifier and Type | Method and Description |
---|---|
TJoinItemList |
TJoin.getJoinItems()
Deprecated.
List of joinItems.
|
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TJoinItemList node) |
void |
TParseTreeVisitor.preVisit(TJoinItemList node) |
void |
TJoin.setJoinItems(TJoinItemList joinItems)
Deprecated.
|