SYSCAPABILITYNAME system table

CREATE TABLE SYS.SYSCAPABILITYNAME (
	capid INT,
	capname CHAR(128),
	PRIMARY KEY (capid)
)

Each row identifies a capability.

capid An integer that identifies the capability.

capname The name of the capability.