Uses of Class
gudusoft.gsqlparser.nodes.TObjectReference
Packages that use TObjectReference
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TObjectReference in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TObjectReferenceModifier and TypeMethodDescriptionTNodeFactory.createObjectReference(TObjectName objectname, int objecttype) TObjectReferenceList.getObjectReference(int position) Methods in gudusoft.gsqlparser.nodes with parameters of type TObjectReferenceModifier and TypeMethodDescriptionvoidTObjectReferenceList.addObjectReference(TObjectReference objectReference) booleanTObjectReference.isEqual(TObjectReference obj) Are these 2 objects reference points the same object?