Each row in the SYSCAPABILITYNAME system view names a capability that is defined in the SYSCAPABILITY system view. The underlying system table for this view is ISYSCAPABILITYNAME.
Column name | Column type | Column constraint |
---|---|---|
capid | INTEGER | NOT NULL |
capname | CHAR(128) | NOT NULL |
capid A number uniquely identifying the capability.
capname The name of the capability.
PRIMARY KEY (capid)