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