Each row in the SYSCAPABILITIES view describes a capability. This view gets its data from the ISYSCAPABILITY and ISYSCAPABILITYNAME system tables.
The tables and columns that make up this view are provided in the SQL statement below. To learn more about a particular table or column, use the links provided beneath the view definition.
ALTER VIEW "SYS"."SYSCAPABILITIES" as select ISYSCAPABILITY.capid, ISYSCAPABILITY.srvid, property('RemoteCapability', ISYSCAPABILITY.capid) as capname, ISYSCAPABILITY.capvalue from SYS.ISYSCAPABILITY; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |