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