Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.TablePartitionDescriptionContext
-
Packages that use OracleStatementParser.TablePartitionDescriptionContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.TablePartitionDescriptionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.TablePartitionDescriptionContext Modifier and Type Method Description List<OracleStatementParser.TablePartitionDescriptionContext>OracleStatementParser.ListPartitionsContext. tablePartitionDescription()List<OracleStatementParser.TablePartitionDescriptionContext>OracleStatementParser.RangePartitionsContext. tablePartitionDescription()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.TablePartitionDescriptionContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitTablePartitionDescription(OracleStatementParser.TablePartitionDescriptionContext ctx)Visit a parse tree produced byOracleStatementParser.tablePartitionDescription().TOracleStatementVisitor. visitTablePartitionDescription(OracleStatementParser.TablePartitionDescriptionContext ctx)Visit a parse tree produced byOracleStatementParser.tablePartitionDescription().
-