Uses of Class
gudusoft.gsqlparser.nodes.TPivotClause
Packages that use TPivotClause
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TPivotClause in gudusoft.gsqlparser.dlineage.dataflow.model
Methods in gudusoft.gsqlparser.dlineage.dataflow.model with parameters of type TPivotClauseConstructors in gudusoft.gsqlparser.dlineage.dataflow.model with parameters of type TPivotClause -
Uses of TPivotClause in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TPivotClauseModifier and TypeMethodDescriptionTFromTable.getPivotClause()TPivotedTable.getPivotClause()TTable.getPivotClause()Deprecated.Methods in gudusoft.gsqlparser.nodes that return types with arguments of type TPivotClauseMethods in gudusoft.gsqlparser.nodes with parameters of type TPivotClauseModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TPivotClause node) voidTParseTreeVisitor.preVisit(TPivotClause node) voidTFromTable.setPivotClause(TPivotClause pivotClause) voidTPivotedTable.setPivotClause(TPivotClause pivotClause) voidTTable.setPivotClause(TPivotClause pivotClause) Method parameters in gudusoft.gsqlparser.nodes with type arguments of type TPivotClauseModifier and TypeMethodDescriptionvoidTPivotedTable.setPivotClauseList(TPTNodeList<TPivotClause> pivotClauseList) -
Uses of TPivotClause in gudusoft.gsqlparser.resolver
Methods in gudusoft.gsqlparser.resolver with parameters of type TPivotClauseModifier and TypeMethodDescriptionvoidTAttributeResolver.postVisit(TPivotClause node) voidTAttributeResolver.preVisit(TPivotClause node) voidTRelationResolver.preVisit(TPivotClause pivotClause) -
Uses of TPivotClause in gudusoft.gsqlparser.resolver2.namespace
Methods in gudusoft.gsqlparser.resolver2.namespace that return TPivotClauseConstructors in gudusoft.gsqlparser.resolver2.namespace with parameters of type TPivotClauseModifierConstructorDescriptionPivotNamespace(TTable pivotTable, TPivotClause pivotClause, TTable sourceTable, String alias, INameMatcher nameMatcher) -
Uses of TPivotClause in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TPivotClause
TPivotedTable