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 SELECT privilege on all of the existing and future tables or views defined in the schema.
|
|
| INSERTINAUTH | CHAR (1) |
Implicit INSERT privilege on all of the existing and future tables or updatable views defined in the schema.
|
|
| UPDATEINAUTH | CHAR (1) |
Implicit UPDATE privilege on all of the existing and future tables or updatable views defined in the schema.
|
|
| DELETEINAUTH | CHAR (1) |
Implicit DELETE privilege on all of the existing and future tables or updatable views defined in the schema.
|
|
| EXECUTEINAUTH | CHAR (1) |
Implicit EXECUTE privilege 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.
|