dropSchema

open fun dropSchema(schemaName: String, tableNames: List<String>, viewNames: List<String>)

Drops the named schema from the database. If no such schema exist with the name, then nothing is done.

Parameters

schemaName

the name of the schema to drop, must not be null

tableNames

the table names in the order that they must be dropped, must not be null

viewNames

the view names in the order that they must be dropped, must not be null