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 | Column type | Description |
---|---|---|
ss_user_type | SMALLINT | Contains the Adaptive Server Enterprise user type. |
sa_domain_id | SMALLINT | Contains the corresponding SQL Anywhere domain_id. |
sa_user_type | SMALLINT | Contains the corresponding SQL Anywhere user type. |
nullable | CHAR(1) | Whether the type allows NULL values. |
FOREIGN KEY (sa_domain_id) references SYS.ISYSDOMAIN (domain_id)
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |