Class AlterGlobalClockRuleStatement
- 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.UpdatableGlobalRuleRALStatement
-
- org.apache.shardingsphere.globalclock.distsql.parser.statement.updatable.AlterGlobalClockRuleStatement
-
- All Implemented Interfaces:
org.apache.shardingsphere.sql.parser.api.ASTNode,org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
public final class AlterGlobalClockRuleStatement extends UpdatableGlobalRuleRALStatement
Alter global clock rule statement.
-
-
Constructor Summary
Constructors Constructor Description AlterGlobalClockRuleStatement()
-