Contents Index SYSTYPEMAP system table SYSUSERPERM system table

ASA SQL Reference
  System Tables

SYSUSERMESSAGES system table


Column name Column type Column constraint Table constraints
error INTEGER NOT NULL Unique constraint on this column and langid
uid UNSIGNED INT NOT NULL
description VARCHAR(255) NOT NULL
langid SMALLINT NOT NULL Unique constraint on this column and error

Each row holds a user-defined message for an error condition.

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.


Contents Index SYSTYPEMAP system table SYSUSERPERM system table