public interface SchemaCreator
| Modifier and Type | Method and Description |
|---|---|
void |
doCreation(Metadata metadata,
boolean createNamespaces,
Dialect dialect,
List<Target> targets)
Perform the creation to the specified targets
|
void |
doCreation(Metadata metadata,
boolean createNamespaces,
Dialect dialect,
Target... targets)
Perform the creation to the specified targets
|
void |
doCreation(Metadata metadata,
boolean createNamespaces,
List<Target> targets)
Perform the creation to the specified targets
|
void |
doCreation(Metadata metadata,
boolean createNamespaces,
Target... targets)
Perform the creation to the specified targets
|
void doCreation(Metadata metadata, boolean createNamespaces, Target... targets) throws SchemaManagementException
metadata - The "compiled" mapping metadata.createNamespaces - Should the schema(s)/catalog(s) actually be created as well (CREATE SCHEMA)?targets - The targets for creationSchemaManagementException - Indicates a problem processing the creationvoid doCreation(Metadata metadata, boolean createNamespaces, Dialect dialect, Target... targets) throws SchemaManagementException
metadata - The "compiled" mapping metadata.createNamespaces - Should the schema(s)/catalog(s) actually be created as well (CREATE SCHEMA)?dialect - Allow explicitly passing the Dialect to use.targets - The targets for creationSchemaManagementException - Indicates a problem processing the creationvoid doCreation(Metadata metadata, boolean createNamespaces, List<Target> targets) throws SchemaManagementException
metadata - The "compiled" mapping metadata.createNamespaces - Should the schema(s) actually be created as well (CREATE SCHEMA)?targets - The targets for creationSchemaManagementException - Indicates a problem processing the creationvoid doCreation(Metadata metadata, boolean createNamespaces, Dialect dialect, List<Target> targets) throws SchemaManagementException
metadata - The "compiled" mapping metadata.createNamespaces - Should the schema(s)/catalog(s) actually be created as well (CREATE SCHEMA)?dialect - Allow explicitly passing the Dialect to use.targets - The targets for creationSchemaManagementException - Indicates a problem processing the creationCopyright © 2001-2017 Red Hat, Inc. All Rights Reserved.