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