Category: Security
Database: DBC
View Column | Data Type | Format | Description |
---|---|---|---|
RoleName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The name of a role. |
DatabaseName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The name of a database. |
TableName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The name of a table or join index. |
ColumnName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The name of the column or parameter. |
AccessRight | CHAR(2) LATIN UPPERCASE NOT NULL | X(2) | A code that identifies a privilege granted on the object. |
GrantorName | VARCHAR(128) UNICODE NOT CASESPECIFIC | X(128) | The name of the grantor who granted the privilege. |
CreateTimeStamp | TIMESTAMP(0) | YYYY-MM-DDBHH:MI:SS | The date and time that the object in the row was created. |