Uses of Class
gudusoft.gsqlparser.nodes.TTableReference
Packages that use TTableReference
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TTableReference in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TTableReferenceModifier and TypeMethodDescriptionTNodeFactory.createTableReference(TObjectName objectname) TTableReferenceList.getTableReference(int position) Methods in gudusoft.gsqlparser.nodes with parameters of type TTableReferenceModifier and TypeMethodDescriptionvoidTTableList.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.voidTTableReferenceList.addTableReference(TTableReference objectReference) booleanTTable.isTableRefBelongToThisTable(TTableReference tableref)