Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » Views » System views in Sybase Central

SYSCAPABILITY system view Next Page

SYSCAPABILITYNAME system view


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.

Columns
Column nameColumn typeColumn constraint
capid INTEGER NOT NULL
capname CHAR(128) NOT NULL

capid    A number uniquely identifying the capability.

capname    The name of the capability.

Constraints on underlying system table

PRIMARY KEY (capid)

See also