Each row in the SYSSERVER system view describes a remote server. The underlying system table for this view is ISYSSERVER.
| Column name | Data type | Description | 
|---|---|---|
| srvid | UNSIGNED INT | An identifier for the remote server. | 
| srvname | VARCHAR(128) | The name of the remote server. | 
| srvclass | LONG VARCHAR | The server class, as specified in the CREATE SERVER statement. | 
| srvinfo | LONG VARCHAR | Server information. | 
| srvreadonly | CHAR(1) | Whether the server is read-only. | 
PRIMARY KEY (srvid)