Class UnregisterStorageUnitStatement

  • All Implemented Interfaces:
    org.apache.shardingsphere.sql.parser.api.ASTNode, SQLStatement

    public final class UnregisterStorageUnitStatement
    extends StorageUnitDefinitionStatement
    Unregister storage unit statement.
    • Constructor Detail

      • UnregisterStorageUnitStatement

        public UnregisterStorageUnitStatement​(Collection<String> storageUnitNames,
                                              boolean ignoreSingleTables)