Class UpdatablePipelineRALStatement
- 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
-
- All Implemented Interfaces:
FeaturedRALStatement,PipelineRALStatement,org.apache.shardingsphere.sql.parser.api.ASTNode,SQLStatement
- Direct Known Subclasses:
UpdatableCDCRALStatement,UpdatableMigrationRALStatement
public abstract class UpdatablePipelineRALStatement extends UpdatableRALStatement implements PipelineRALStatement
Updatable pipeline RAL statement.
-
-
Constructor Summary
Constructors Constructor Description UpdatablePipelineRALStatement()
-
Method Summary
-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
addParameterMarkerSegments, getCommentSegments, getParameterCount, getParameterMarkerSegments, getUniqueParameterIndexes
-
-