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