Uses of Class
gudusoft.gsqlparser.nodes.TUnpivotInClauseItem
Packages that use TUnpivotInClauseItem
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TUnpivotInClauseItem in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return types with arguments of type TUnpivotInClauseItemMethods in gudusoft.gsqlparser.nodes with parameters of type TUnpivotInClauseItemModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TUnpivotInClauseItem node) voidTParseTreeVisitor.preVisit(TUnpivotInClauseItem node) Method parameters in gudusoft.gsqlparser.nodes with type arguments of type TUnpivotInClauseItemModifier and TypeMethodDescriptionvoidTUnpivotInClause.setItems(TPTNodeList<TUnpivotInClauseItem> items) -
Uses of TUnpivotInClauseItem in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TUnpivotInClauseItemModifier and TypeMethodDescriptionvoidTScriptGeneratorVisitor.preVisit(TUnpivotInClauseItem node)