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