importSchema

fun importSchema(project: Project, catalogDotSchemaName: String): Schema

Reverse engineer given schema from database. Schema name can be simply the schmema name or catalog dot schema name if multiple catalogs (databases) are available. METHOD EXPOSED FOR GROOVY.

Return

imported schema

Parameters

catalogDotSchemaName

to reverse engineer.

Throws

Exception

during exception