Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.AlterTablePartitioningContext
-
Packages that use OracleStatementParser.AlterTablePartitioningContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.AlterTablePartitioningContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.AlterTablePartitioningContext Modifier and Type Method Description OracleStatementParser.AlterTablePartitioningContextOracleStatementParser.AlterDefinitionClauseContext. alterTablePartitioning()OracleStatementParser.AlterTablePartitioningContextOracleStatementParser.AlterMaterializedViewLogContext. alterTablePartitioning()OracleStatementParser.AlterTablePartitioningContextOracleStatementParser. alterTablePartitioning()OracleStatementParser.AlterTablePartitioningContextOracleStatementParser.MaterializedViewAttributeContext. alterTablePartitioning()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.AlterTablePartitioningContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitAlterTablePartitioning(OracleStatementParser.AlterTablePartitioningContext ctx)Visit a parse tree produced byOracleStatementParser.alterTablePartitioning().TOracleStatementVisitor. visitAlterTablePartitioning(OracleStatementParser.AlterTablePartitioningContext ctx)Visit a parse tree produced byOracleStatementParser.alterTablePartitioning().
-