Uses of Class
gudusoft.gsqlparser.nodes.TColumnReference
Packages that use TColumnReference
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TColumnReference in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TColumnReferenceModifier and TypeMethodDescriptionTNodeFactory.createColumnReference(TObjectName objectname) TNodeFactory.createColumnReference(TSourceToken objectname) TColumnReferenceList.getColumnReference(int position) Methods in gudusoft.gsqlparser.nodes with parameters of type TColumnReferenceModifier and TypeMethodDescriptionvoidTColumnReferenceList.addColumnReference(TColumnReference objectReference) intTColumnReferenceList.searchColumnReference(TColumnReference cr)