Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » Views » System views in Sybase Central

SYSMVOPTION system view Next Page

SYSMVOPTIONNAME system view


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.

Columns
Column name Column type Column constraint
option_id UNSIGNED INT NOT NULL
option_name CHAR(128) NOT NULL

option_id    A number uniquely identifying the option in the database.

option_name    The name of the option.

Constraints on underlying system table

PRIMARY KEY (option_id)

See also