SYSCAT.SCHEMAAUTH catalog view
Each row represents a user, group, or role that has been granted one or more privileges on a schema.
Column Name | Data Type | Nullable | Description |
---|---|---|---|
GRANTOR | VARCHAR (128) | Grantor of a privilege. | |
GRANTORTYPE | CHAR (1) |
|
|
GRANTEE | VARCHAR (128) | Holder of a privilege. | |
GRANTEETYPE | CHAR (1) |
|
|
SCHEMANAME | VARCHAR (128) | Name of the schema to which this privilege applies. | |
ALTERINAUTH | CHAR (1) | Privilege to alter or comment on objects in the named schema.
|
|
CREATEINAUTH | CHAR (1) | Privilege to create objects in the named schema.
|
|
DROPINAUTH | CHAR (1) | Privilege to drop objects from the named schema.
|
|
SELECTINAUTH | CHAR (1) |
Implicit privilege to select all of the existing and future tables or views defined in the schema.
|
|
INSERTINAUTH | CHAR (1) |
Implicit privilege to insert on all of the existing and future tables or updatable views defined in the schema.
|
|
UPDATEINAUTH | CHAR (1) |
Implicit privilege to update all of the existing and future tables or updatable views defined in the schema.
|
|
DELETEINAUTH | CHAR (1) |
Implicit privilege to delete all of the existing and future tables or updatable views defined in the schema.
|
|
EXECUTEINAUTH | CHAR (1) |
Implicit privilege to execute on all of the existing and future routines, packages and module objects defined in the schema.
|
|
SCHEMAADMAUTH | CHAR (1) | SCHEMAADM authority.
|
|
ACCESSCTRLAUTH | CHAR (1) | Schema ACCESSCTRL authority to grant and revoke
schema object privileges.
|
|
DATAACCESSAUTH | CHAR (1) | Schema DATAACCESS authority to access data.
|
|
LOADAUTH | CHAR (1) | Schema LOAD authority to use the load utility.
|