SYSSQLSERVERTYPE system view

The SYSSQLSERVERTYPE system view contains information relating to compatibility with Adaptive Server Enterprise. The underlying system table for this view is ISYSSQLSERVERTYPE.

Column name Data type Description
ss_user_type SMALLINT The Adaptive Server Enterprise user type.
ss_domain_id SMALLINT The Adaptive Server Enterprise domain ID.
ss_type_name VARCHAR (30) The Adaptive Server Enterprise type name.
primary_sa_domain_id SMALLINT The corresponding SAP Sybase IQ primary domain ID.
primary_sa_user_type SMALLINT The corresponding SAP Sybase IQ primary user type.

Constraints on underlying system table

PRIMARY KEY (ss_user_type)