SYSCAT.SECURITYLABELCOMPONENTELEMENTS catalog view
Each row represents an element value for a security label component.
| Column Name | Data Type | Nullable | Description |
|---|---|---|---|
| COMPID | INTEGER | Identifier for the security label component. | |
| ELEMENTVALUE | VARCHAR (32) | Element value for the security label component. | |
| ELEMENTVALUEENCODING | CHAR (8) FOR BIT DATA | Encoded form of the element value. | |
| PARENTELEMENTVALUE | VARCHAR (32) | Y | Name of the parent of an element for tree components; the null value for set and array components, and for the ROOT node of a tree component. |