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