Package com.wisecoders.dbs.schema
Class SchemaMapping
java.lang.Object
com.wisecoders.dbs.schema.SchemaMapping
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addRemoteSchema
(String schemaNameWithCatalog) void
getLocalSchema
(Project project, String remoteSchemaRef) getRemoteSchemaName
(Schema localSchema) boolean
isRemoteSchemaMapped
(Project project, Schema remoteSchema) void
loadFromString
(String map) boolean
localSchemaHasCustomMapping
(Schema localSchema) boolean
void
setMapping
(Schema localSchema, String remoteSchemaRef) void
setRemoteSchemas
(List<Schema> remoteSchemas) toString()
-
Constructor Details
-
SchemaMapping
public SchemaMapping()
-
-
Method Details