Schema
constructor(name: String, authorization: String? = null, password: String? = null, defaultTablespace: String? = null, temporaryTablespace: String? = null, quota: String? = null, on: String? = null)
Parameters
name
The schema name.
authorization
Specifies the name of the database-level principal that will own the schema.
password
Used only for Oracle schema.
default Tablespace
Used only for Oracle schema.
temporary Tablespace
Used only for Oracle schema.
quota
Used only for Oracle schema.
on
Used only for Oracle schema.