Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.RollupClauseContext
-
Packages that use PostgreSQLStatementParser.RollupClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of PostgreSQLStatementParser.RollupClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.RollupClauseContext Modifier and Type Method Description PostgreSQLStatementParser.RollupClauseContextPostgreSQLStatementParser.GroupByItemContext. rollupClause()PostgreSQLStatementParser.RollupClauseContextPostgreSQLStatementParser. rollupClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.RollupClauseContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitRollupClause(PostgreSQLStatementParser.RollupClauseContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.rollupClause().TPostgreSQLStatementParserVisitor. visitRollupClause(PostgreSQLStatementParser.RollupClauseContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.rollupClause().
-