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.
defaultTablespace
Used only for Oracle schema.
temporaryTablespace
Used only for Oracle schema.
quota
Used only for Oracle schema.
on
Used only for Oracle schema.