Each row of the SYSCAPABILITY system view identifies a capability of a remote server. The underlying system table for this view is ISYSCAPABILITY.
Column name | Column 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. |
PRIMARY KEY (capid, srvid)
FOREIGN KEY (srvid) references SYS.ISYSSERVER (srvid)
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |