Class UpdatableMigrationRALStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.distsql.parser.statement.DistSQLStatement
-
- org.apache.shardingsphere.distsql.parser.statement.ral.RALStatement
-
- org.apache.shardingsphere.distsql.parser.statement.ral.UpdatableRALStatement
-
- org.apache.shardingsphere.distsql.parser.statement.ral.pipeline.UpdatablePipelineRALStatement
-
- org.apache.shardingsphere.distsql.parser.statement.ral.pipeline.migration.UpdatableMigrationRALStatement
-
- All Implemented Interfaces:
FeaturedRALStatement,MigrationRALStatement,PipelineRALStatement,org.apache.shardingsphere.sql.parser.api.ASTNode,SQLStatement
- Direct Known Subclasses:
AlterInventoryIncrementalRuleStatement
public abstract class UpdatableMigrationRALStatement extends UpdatablePipelineRALStatement implements MigrationRALStatement
Updatable migration RAL statement.
-
-
Constructor Summary
Constructors Constructor Description UpdatableMigrationRALStatement()
-
Method Summary
-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
addParameterMarkerSegments, getCommentSegments, getParameterCount, getParameterMarkerSegments, getUniqueParameterIndexes
-
-