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