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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - SQL 参考 » 系统对象 » 视图 » 系统视图

 

SYSCAPABILITY 系统视图

SYSCAPABILITY 系统视图的每一行都标识远程服务器的一种功能。该视图的基础系统表为 ISYSCAPABILITY。

列名 列类型 说明
capid INTEGER 功能的 ID,如 SYSCAPABILITYNAME 系统视图中所列。
srvid UNSIGNED INT 在其中应用了该功能的服务器,如 SYSSERVER 系统视图中所列。
capvalue CHAR(128) 功能的值。
基础系统表上的约束

PRIMARY KEY (capid, srvid)

FOREIGN KEY (srvid) 引用 SYS.ISYSSERVER (srvid)

另请参见