Class UnregisterStorageUnitStatement
- 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.StorageUnitDefinitionStatement
-
- org.apache.shardingsphere.distsql.parser.statement.rdl.drop.UnregisterStorageUnitStatement
-
- All Implemented Interfaces:
org.apache.shardingsphere.sql.parser.api.ASTNode,SQLStatement
public final class UnregisterStorageUnitStatement extends StorageUnitDefinitionStatement
Unregister storage unit statement.
-
-
Constructor Summary
Constructors Constructor Description UnregisterStorageUnitStatement(Collection<String> storageUnitNames, boolean ignoreSingleTables)
-
Method Summary
-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
addParameterMarkerSegments, getCommentSegments, getParameterCount, getParameterMarkerSegments, getUniqueParameterIndexes
-
-
-
-
Constructor Detail
-
UnregisterStorageUnitStatement
public UnregisterStorageUnitStatement(Collection<String> storageUnitNames, boolean ignoreSingleTables)
-
-