Uses of Class
gudusoft.gsqlparser.nodes.TRollupCube
Packages that use TRollupCube
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TRollupCube in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TRollupCubeModifier and TypeMethodDescriptionTGroupByItem.getRollupCube()TGroupingSetItem.getRollupCubeClause()Methods in gudusoft.gsqlparser.nodes with parameters of type TRollupCubeModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TRollupCube node) voidTParseTreeVisitor.preVisit(TRollupCube node) voidTGroupByItem.setRollupCube(TRollupCube rollupCube) voidTGroupingSetItem.setRollupCubeClause(TRollupCube rollupCubeClause) -
Uses of TRollupCube in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TRollupCube