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

SQL Anywhere 12.0.1 » SQL Anywhere Server - SQL Reference » Views » System views

 

SYSCAPABILITY system view

Each row of the SYSCAPABILITY system view specifies the status of a capability on a remote database server. The underlying system table for this view is ISYSCAPABILITY.

Column name Data type Description
capid INTEGER The ID of the capability, as listed in the SYSCAPABILITYNAME system view.
srvid UNSIGNED INT The server to which the capability applies, as listed in the SYSSERVER system view.
capvalue CHAR(128) The value of the capability.
 Constraints on underlying system table
 See also