Each row in the SYSMVOPTIONNAME system view contains the name of an option defined in the SYSMVOPTION system view. The underlying system table for this view is ISYSMVOPTIONNAME.
| Column name | Column type | Description |
|---|---|---|
| option_id | UNSIGNED INT | A number uniquely identifying the option in the database. |
| option_name | CHAR(128) | The name of the option. |
PRIMARY KEY (option_id)
| Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |