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