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