SYSCAT.SECURITYLABELCOMPONENTS catalog view

Each row represents a security label component.

Table 1. SYSCAT.SECURITYLABELCOMPONENTS Catalog View
Column Name Data Type Nullable Description
COMPNAME VARCHAR (128)   Name of the security label component.
COMPID INTEGER   Identifier for the security label component.
COMPTYPE CHAR (1)   Security label component type.
  • A = Array
  • S = Set
  • T = Tree
NUMELEMENTS INTEGER   Number of elements in the security label component.
CREATE_TIME TIMESTAMP   Time at which the security label component was created.
REMARKS VARCHAR (254) Y User-provided comments, or the null value.