Reference Manual
CHAPTER 15. System Tables
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.