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