import Schemes
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
selection Callback
for selective import. The callback receives a TreeSelection, where you can specify schemes, tables, etc. to import or not.
catalog Dot Schema Name
to reverse engineer.
Throws
Exception
during exception