The ROLEPRIVILEGES system table describes the privileges and roles that are granted to roles for which the current user has privileges.
ROLEPRIVILEGES
OWNER |
CHAR(32) |
Name of owner of object that was granted to role |
TABLENAME |
CHAR(32) |
Name of table for which privileges were granted for role |
ROLE |
CHAR(32) |
Name of role that was granted |
GRANTEE |
CHAR(32) |
Name of role to which has been granted |
PRIVILEGES |
CHAR(30) |
Privileges that were granted |
GRANTOR |
CHAR(32) |
Name of user who granted privileges or role |
CREATEDATE |
DATE(10) |
Date when privileges were granted |
CREATETIME |
TIME(8) |
Time when privileges were granted |
See also:
Evaluating System Tables ® ROLEPRIVILEGES