Contains one or more rows for each user or group who is granted a column
level privilege, indicating the type of privilege and whether or not it is
grantable.
Table 68. SYSCAT.COLAUTH Catalog View
Column Name | Data Type | Nullable | Description |
---|---|---|---|
GRANTOR | VARCHAR(128) |
| Authorization ID of the user who granted the privileges or SYSIBM. |
GRANTEE | VARCHAR(128) |
| Authorization ID of the user or group who holds the privileges. |
GRANTEETYPE | CHAR(1) |
|
|
TABSCHEMA | VARCHAR(128) |
| Qualified name of the table or view. |
TABNAME | VARCHAR(128) |
| |
COLNAME | VARCHAR(128) |
| Name of the column to which this privilege applies. |
COLNO | SMALLINT |
| Number of this column in the table or view. |
PRIVTYPE | CHAR(1) |
| Indicates the type of privilege held on the table or view:
|
GRANTABLE | CHAR(1) |
| Indicates if the privilege is grantable.
|