The SYSSQLSERVERTYPE system view contains information relating to compatibility with Adaptive Server Enterprise. The underlying system table for this view is ISYSSQLSERVERTYPE.
Column name | Column type | Column constraint |
---|---|---|
ss_user_type | SMALLINT | NOT NULL |
ss_domain_id | SMALLINT | NOT NULL |
ss_type_name | VARCHAR (30) | NOT NULL |
primary_sa_domain_id | SMALLINT | NOT NULL |
primary_sa_user_type | SMALLINT |
ss_user_type The Adaptive Server Enterprise user type.
ss_domain_id The Adaptive Server Enterprise domain id.
ss_type_name The Adaptive Server Enterprise type name.
primary_sa_domain_id The corresponding SQL Anywhere primary domain id.
primary_sa_user_type The corresponding SQL Anywhere primary user type.
PRIMARY KEY (ss_user_type)