drop Schema
Drops the named schema from the database. If no such schema exist with the name, then nothing is done.
Parameters
schema Name
the name of the schema to drop, must not be null
table Names
the table names in the order that they must be dropped, must not be null
view Names
the view names in the order that they must be dropped, must not be null