Class DropDatabaseDiscoveryHeartbeatStatement
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.drop.DropRuleStatement
org.apache.shardingsphere.dbdiscovery.distsql.parser.statement.DropDatabaseDiscoveryHeartbeatStatement
- 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 DropDatabaseDiscoveryHeartbeatStatement
extends DropRuleStatement
implements DatabaseDiscoverySubjectSupplier
Drop database discovery heartbeat statement.
-
Constructor Summary
ConstructorsConstructorDescriptionDropDatabaseDiscoveryHeartbeatStatement(Collection<String> heartbeatNames, boolean containsExistClause) -
Method Summary
Methods inherited from class org.apache.shardingsphere.distsql.parser.statement.rdl.drop.DropRuleStatement
getOperationType, isContainsExistClause, setContainsExistClauseMethods 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
-
DropDatabaseDiscoveryHeartbeatStatement
public DropDatabaseDiscoveryHeartbeatStatement(Collection<String> heartbeatNames, boolean containsExistClause)
-