DB2 Version 9.7 for Linux, UNIX, and Windows

SYSCAT.SECURITYLABELS catalog view

Each row represents a security label.

Table 1. SYSCAT.SECURITYLABELS Catalog View
Column Name Data Type Nullable Description
SECLABELNAME VARCHAR (128)   Name of the security label.
SECLABELID INTEGER   Identifier for the security label.
SECPOLICYID INTEGER   Identifier for the security policy to which the security label belongs.
SECLABEL SYSPROC.DB2SECURITYLABEL   Internal representation of the security label.
CREATE_TIME TIMESTAMP   Time at which the security label was created.
REMARKS VARCHAR (254) Y User-provided comments, or the null value.