public interface SchemaDropper
Modifier and Type | Method and Description |
---|---|
void |
doDrop(Metadata metadata,
boolean dropNamespaces,
Dialect dialect,
List<Target> targets)
Perform the drop to the specified targets
|
void |
doDrop(Metadata metadata,
boolean dropNamespaces,
Dialect dialect,
Target... targets)
Perform the drop to the specified targets
|
void |
doDrop(Metadata metadata,
boolean dropNamespaces,
List<Target> targets)
Perform the drop to the specified targets
|
void |
doDrop(Metadata metadata,
boolean dropNamespaces,
Target... targets)
Perform the drop to the specified targets
|
void doDrop(Metadata metadata, boolean dropNamespaces, Target... targets) throws SchemaManagementException
metadata
- The "compiled" mapping metadata.dropNamespaces
- Should the schema(s)/catalog(s) actually be dropped also (DROP SCHEMA
)?targets
- The targets for dropSchemaManagementException
- Indicates a problem processing the creationvoid doDrop(Metadata metadata, boolean dropNamespaces, Dialect dialect, Target... targets) throws SchemaManagementException
metadata
- The "compiled" mapping metadata.dropNamespaces
- Should the schema(s)/catalog(s) actually be dropped also (DROP SCHEMA
)?targets
- The targets for dropSchemaManagementException
- Indicates a problem processing the creationvoid doDrop(Metadata metadata, boolean dropNamespaces, List<Target> targets) throws SchemaManagementException
metadata
- The "compiled" mapping metadata.dropNamespaces
- Should the schema(s)/catalog(s) actually be dropped also (DROP SCHEMA
)?targets
- The targets for dropSchemaManagementException
- Indicates a problem processing the creationvoid doDrop(Metadata metadata, boolean dropNamespaces, Dialect dialect, List<Target> targets) throws SchemaManagementException
metadata
- The "compiled" mapping metadata.dropNamespaces
- Should the schema(s)/catalog(s) actually be dropped also (DROP SCHEMA
)?targets
- The targets for dropSchemaManagementException
- Indicates a problem processing the creationCopyright © 2001-2017 Red Hat, Inc. All Rights Reserved.