This table is used by the messaging system to store header information about the available message types.
Column Description(s):
Column Name | Column Type | Description |
MSGTYPE_ID |
INTEGER NOT NULL |
Message type ID. Unique, primary key. |
MSGTDIR |
INTEGER NOT NULL |
The direction of transmission this message is valid for. Valid values: 1=outgoing, 2=incoming, or 3=send-receive. |
NAME |
VARCHAR(254) NOT NULL |
Short name for message type. |
VIEWNAME |
VARCHAR(254) NOT NULL |
Name of view associated with this message type. This view must be registered to be usable in message transmission. This is a mandatory field. |
DESCRIPTION |
VARCHAR(254) |
Description of the message type. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
I0000163 |
NAME |
Unique Index |
SQL050212031240880 |
MSGTYPE_ID |
Primary Key |
Referenced By:
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1022 |
MSGTYPE_ID |
NOTIFY |
MSGTYPE_ID |
Cascade |
F_625 |
MSGTYPE_ID |
PROFILE |
MSGTYPE_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.