Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.RollupCubeClauseContext
-
Packages that use OracleStatementParser.RollupCubeClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.RollupCubeClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.RollupCubeClauseContext Modifier and Type Method Description OracleStatementParser.RollupCubeClauseContextOracleStatementParser.GroupByItemContext. rollupCubeClause()OracleStatementParser.RollupCubeClauseContextOracleStatementParser.GroupingSetsClauseContext. rollupCubeClause(int i)OracleStatementParser.RollupCubeClauseContextOracleStatementParser. rollupCubeClause()Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.RollupCubeClauseContext Modifier and Type Method Description List<OracleStatementParser.RollupCubeClauseContext>OracleStatementParser.GroupingSetsClauseContext. rollupCubeClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.RollupCubeClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitRollupCubeClause(OracleStatementParser.RollupCubeClauseContext ctx)Visit a parse tree produced byOracleStatementParser.rollupCubeClause().TOracleStatementVisitor. visitRollupCubeClause(OracleStatementParser.RollupCubeClauseContext ctx)Visit a parse tree produced byOracleStatementParser.rollupCubeClause().
-