Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.DropTablePartitionContext
-
Packages that use OracleStatementParser.DropTablePartitionContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.DropTablePartitionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.DropTablePartitionContext Modifier and Type Method Description OracleStatementParser.DropTablePartitionContextOracleStatementParser.AlterTablePartitioningContext. dropTablePartition()OracleStatementParser.DropTablePartitionContextOracleStatementParser. dropTablePartition()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.DropTablePartitionContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitDropTablePartition(OracleStatementParser.DropTablePartitionContext ctx)Visit a parse tree produced byOracleStatementParser.dropTablePartition().TOracleStatementVisitor. visitDropTablePartition(OracleStatementParser.DropTablePartitionContext ctx)Visit a parse tree produced byOracleStatementParser.dropTablePartition().
-