Package com.wisecoders.dbs.schema
Class SchemaMapping
java.lang.Object
com.wisecoders.dbs.schema.SchemaMapping
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRemoteSchema(String schemaNameWithCatalog) voidgetLocalSchema(Project project, String remoteSchemaRef) getRemoteSchemaName(Schema localSchema) booleanisRemoteSchemaMapped(Project project, Schema remoteSchema) voidloadFromString(String map) booleanlocalSchemaHasCustomMapping(Schema localSchema) booleanvoidsetMapping(Schema localSchema, String remoteSchemaRef) voidsetRemoteSchemas(List<Schema> remoteSchemas) toString()
-
Constructor Details
-
SchemaMapping
public SchemaMapping()
-
-
Method Details