importSchemes

fun importSchemes(project: Project, vararg catalogDotSchemaName: String?): List<Schema>


fun importSchemes(project: Project, selectionCallback: Callback<TreeSelection?, Void?>?, vararg catalogDotSchemaName: String): List<Schema>

Reverse engineer given schema from database. Each entry can be a catalog.schema if there are multiple databases(catalogs) available METHOD EXPOSED FOR GROOVY.

Return

list of schemas

Parameters

selectionCallback

for selective import. The callback receives a TreeSelection, where you can specify schemes, tables, etc. to import or not.

catalogDotSchemaName

to reverse engineer.

Throws

Exception

during exception