Uses of Class
gudusoft.gsqlparser.nodes.TPivotedTable
Packages that use TPivotedTable
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TPivotedTable in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TPivotedTableMethods in gudusoft.gsqlparser.nodes with parameters of type TPivotedTableModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TPivotedTable node) voidTParseTreeVisitor.preVisit(TPivotedTable node) voidTFromTable.setPivotedTable(TPivotedTable pivotedTable) voidTTable.setPivotedTable(TPivotedTable pivotedTable) -
Uses of TPivotedTable in gudusoft.gsqlparser.resolver
Methods in gudusoft.gsqlparser.resolver with parameters of type TPivotedTableModifier and TypeMethodDescriptionvoidTAttributeResolver.postVisit(TPivotedTable node) voidTAttributeResolver.preVisit(TPivotedTable node) -
Uses of TPivotedTable in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TPivotedTable