Uses of Class
gudusoft.gsqlparser.nodes.TTableReference

Packages that use TTableReference
gudusoft.gsqlparser.nodes   
 

Uses of TTableReference in gudusoft.gsqlparser.nodes
 

Methods in gudusoft.gsqlparser.nodes that return TTableReference
 TTableReference TNodeFactory.createTableReference(TObjectName objectname)
           
 TTableReference TTableReferenceList.getTableReference(int position)
           
 

Methods in gudusoft.gsqlparser.nodes with parameters of type TTableReference
 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)