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