SYSCAT.TBSPACEAUTH catalog view
Each row represents a user, group, or role that has been granted the USE privilege on a particular table space in the database.
| Column Name | Data Type | Nullable | Description |
|---|---|---|---|
| GRANTOR | VARCHAR (128) | Grantor of the privilege. | |
| GRANTORTYPE | CHAR (1) |
|
|
| GRANTEE | VARCHAR (128) | Holder of the privilege. | |
| GRANTEETYPE | CHAR (1) |
|
|
| TBSPACE | VARCHAR (128) | Name of the table space. | |
| USEAUTH | CHAR (1) | Privilege to create tables within the table space.
|