Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ModifyRangePartitionContext
-
Packages that use OracleStatementParser.ModifyRangePartitionContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.ModifyRangePartitionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.ModifyRangePartitionContext Modifier and Type Method Description OracleStatementParser.ModifyRangePartitionContextOracleStatementParser. modifyRangePartition()OracleStatementParser.ModifyRangePartitionContextOracleStatementParser.ModifyTablePartitionContext. modifyRangePartition()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ModifyRangePartitionContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitModifyRangePartition(OracleStatementParser.ModifyRangePartitionContext ctx)Visit a parse tree produced byOracleStatementParser.modifyRangePartition().TOracleStatementVisitor. visitModifyRangePartition(OracleStatementParser.ModifyRangePartitionContext ctx)Visit a parse tree produced byOracleStatementParser.modifyRangePartition().
-