Collection Contents Index SYSTYPEMAP system table SYSUSERPERM system table pdf/chap15.pdf

Reference Manual
   CHAPTER 15. System Tables     

SYSUSERMESSAGES system table


Column name

Column type

Column constraint

Table constraints

error

INTEGER

NOT NULL

Unique index

uid

SMALLINT

NOT NULL

description

VARCHAR(255)

NOT NULL

langid

SMALLINT

NOT NULL

Unique index

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.


Collection Contents Index SYSTYPEMAP system table SYSUSERPERM system table pdf/chap15.pdf