Class AlterDatabaseDiscoveryHeartbeatStatement
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.rdl.RDLStatement
org.apache.shardingsphere.distsql.parser.statement.rdl.RuleDefinitionStatement
org.apache.shardingsphere.distsql.parser.statement.rdl.alter.AlterRuleStatement
org.apache.shardingsphere.dbdiscovery.distsql.parser.statement.AlterDatabaseDiscoveryHeartbeatStatement
- All Implemented Interfaces:
DistSQLOperationSupplier,DistSQLSubjectSupplier,DatabaseDiscoverySubjectSupplier,org.apache.shardingsphere.sql.parser.api.visitor.ASTNode,org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
public final class AlterDatabaseDiscoveryHeartbeatStatement
extends AlterRuleStatement
implements DatabaseDiscoverySubjectSupplier
Alter database discovery heartbeat statement.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.shardingsphere.distsql.parser.statement.rdl.alter.AlterRuleStatement
getOperationTypeMethods inherited from class org.apache.shardingsphere.distsql.parser.statement.rdl.RDLStatement
getStatementTypeMethods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
getCommentSegments, getParameterCount, getParameterMarkerSegments, setParameterCountMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.distsql.parser.subject.impl.DatabaseDiscoverySubjectSupplier
getSubjectTypeMethods inherited from interface org.apache.shardingsphere.distsql.parser.subject.DistSQLSubjectSupplier
getSubjectNames
-
Constructor Details
-
AlterDatabaseDiscoveryHeartbeatStatement
public AlterDatabaseDiscoveryHeartbeatStatement()
-