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

SYSOPTION system view Next Page

SYSOPTSTAT system view


The SYSOPTSTAT system view stores the cost model calibration information as computed by the ALTER DATABASE CALIBRATE statement. The contents of this view are for internal use only and are best accessed via the sa_get_dtt system procedure. The underlying system table for this view is ISYSOPTSTAT.

Columns
Column name Column type Column constraint
stat_id UNSIGNED INT NOT NULL
group_idUNSIGNED INT NOT NULL
format_idSMALLINT NOT NULL
dataLONG BINARY

stat_id    For system use only.

group_id    For system use only.

format_id    For system use only.

data    For system use only.

Constraints on underlying system table

PRIMARY KEY (stat_id, group_id, format_id)