Category: Integrity
Database: DBC
| View Column | Data Type | Format | Description |
|---|---|---|---|
| ProfileName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | Name of the profile assigned to the current user. |
| ConstraintName | VARCHAR(128) UNICODE UPPERCASE NOT NULL | X(128) | Name of the table level check. This is null if unnamed. |
| ValueName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | Name of the security constraint value that was assigned to a profile under current user. |
| IsDefault | CHAR(1) LATIN UPPERCASE NOT NULL | X(1) | Indicates whether the security constraint value assigned to the profile is the default value for the constraint under current user. |
| Assignor | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | Name of the user that assigned the security constraint value to profile. |