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