Contents Index SYSATTRIBUTENAME system table SYSCAPABILITYNAME system table

ASA SQL Reference
  System Tables

SYSCAPABILITY system table


Column name Column type Column constraint Table constraints
capid INTEGER NOT NULL Primary key. Foreign key references SYSCAPABILITYNAME
srvid INTEGER NOT NULL Primary key. Foreign key references SYSSERVERS
capvalue CHAR(128) NOT NULL

Each row identifies a capability of a remote server.

capid    The capability, as listed in SYSCAPABILITYNAME.

srvid    The server to which the capability applies, as listed in SYSSERVERS.

capvalue    The value of the capability.


Contents Index SYSATTRIBUTENAME system table SYSCAPABILITYNAME system table