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:
org.apache.shardingsphere.sql.parser.api.visitor.ASTNode,org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
Drop database discovery heartbeat statement.
-
Constructor Summary
ConstructorsConstructorDescriptionDropDatabaseDiscoveryHeartbeatStatement(boolean ifExists, Collection<String> names) -
Method Summary
Methods inherited from class org.apache.shardingsphere.distsql.parser.statement.rdl.drop.DropRuleStatement
isIfExistsMethods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
getCommentSegments, getParameterCount, getParameterMarkerSegments
-
Constructor Details
-
DropDatabaseDiscoveryHeartbeatStatement
-