Column name
|
Data type
|
Description
|
| GRANTEE |
VARCHAR(128) |
Name of authorization ident that has received the privilege. |
| OBJECT_CATALOG |
VARCHAR(128) |
Catalog name for object. |
| OBJECT_SCHEMA |
VARCHAR(128) |
Schema name for object. |
| OBJECT_NAME |
VARCHAR(128) |
Name of object on which privilege is granted. |
| OBJECT_TYPE |
VARCHAR(20) |
One of: "CHARACTER SET" "DOMAIN" "DATABANK" "FUNCTION" "IDENT" "PROCEDURE" "SEQUENCE". |
| PRIVILEGE_TYPE |
VARCHAR(20) |
One of: "EXECUTE" "FUNCTION" "MEMBER" "PROCEDURE" "TABLE" "USAGE". |
| GRANTOR |
VARCHAR(128) |
Name of authorization ident that granted the privilege. |
| IS_GRANTABLE |
VARCHAR(3) |
One of: "YES" = the grantee may grant the privilege "NO" = the grantee may not grant the privilege. |