The SYSTYPEMAP system view contains the compatibility mapping values for entries in the SYSSQLSERVERTYPE system view. The underlying system table for this view is ISYSTYPEMAP.
| Column name | Data type | Description |
|---|---|---|
| ss_user_type | SMALLINT | Contains the Adaptive Server Enterprise user type. |
| sa_domain_id | SMALLINT | Contains the corresponding SAP Sybase IQ domain_id. |
| sa_user_type | SMALLINT | Contains the corresponding SAP Sybase IQ user type. |
| nullable | CHAR(1) | Whether the type allows NULL values. |
FOREIGN KEY (sa_domain_id) REFERENCES SYS.ISYSDOMAIN (domain_id)