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

SYSUSERAUTHORITY system view Next Page

SYSUSERMESSAGE system view


Each row in the SYSUSERMESSAGE system view holds a user-defined message for an error condition. The underlying system table for this view is ISYSUSERMESSAGE.

Note

Previous versions of the catalog contained a SYSUSERMESSAGES system table. That table has been renamed to be ISYSUSERMESSAGE (without an 'S'), and is the underlying table for this view.

Columns
Column name Column type Column constraint
error INTEGER NOT NULL
uid UNSIGNED INT NOT NULL
description VARCHAR(255) NOT NULL
langid SMALLINT NOT NULL

error    A unique identifying number for the error condition.

uid    The user number that defined the message.

description    The message corresponding to the error condition.

langid    Reserved.

Constraints on underlying system table

UNIQUE (error, langid)