Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
Modifier and Type | Method and Description |
---|---|
TTableReference |
TNodeFactory.createTableReference(TObjectName objectname) |
TTableReference |
TTableReferenceList.getTableReference(int position) |
Modifier and Type | Method and Description |
---|---|
void |
TTableList.addTableByTableRefernce(TTableReference tableref)
add a table reference to table list, if there is already a corresponding table in table list
just add this reference to that table, otherwise, create a new table instance, then add this reference.
|
void |
TTableReferenceList.addTableReference(TTableReference objectReference) |
boolean |
TTable.isTableRefBelongToThisTable(TTableReference tableref) |
Copyright © 2019. All rights reserved.