Class DropDatabaseDiscoveryTypeStatement
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.DropDatabaseDiscoveryTypeStatement
- All Implemented Interfaces:
org.apache.shardingsphere.sql.parser.api.visitor.ASTNode,org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
Drop database discovery type statement.
-
Constructor Summary
ConstructorsConstructorDescriptionDropDatabaseDiscoveryTypeStatement(boolean ifExists, Collection<String> types) -
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
-
DropDatabaseDiscoveryTypeStatement
-