Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.SystemPartitioningContext
-
Packages that use OracleStatementParser.SystemPartitioningContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.SystemPartitioningContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.SystemPartitioningContext Modifier and Type Method Description OracleStatementParser.SystemPartitioningContextOracleStatementParser. systemPartitioning()OracleStatementParser.SystemPartitioningContextOracleStatementParser.TablePartitioningClausesContext. systemPartitioning()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.SystemPartitioningContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitSystemPartitioning(OracleStatementParser.SystemPartitioningContext ctx)Visit a parse tree produced byOracleStatementParser.systemPartitioning().TOracleStatementVisitor. visitSystemPartitioning(OracleStatementParser.SystemPartitioningContext ctx)Visit a parse tree produced byOracleStatementParser.systemPartitioning().
-