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