Advanced orders This table contains business channel descriptions for different locales.
Column Description(s):
Column Name | Column Type | Description |
BUSCHN_ID |
INTEGER NOT NULL |
Foreign Key to BUSCHN table. |
LANGUAGE_ID |
INTEGER NOT NULL |
Language ID. Foreign key to the LANGUAGE table. For a list of language components, see the LANGUAGE table. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
DISPLAYNAME |
VARCHAR(64) NOT NULL |
Display Name of the Channel. |
DESCRIPTION |
VARCHAR(254) |
Description of the Channel. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031203450 |
BUSCHN_ID+LANGUAGE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1166 |
BUSCHN_ID |
BUSCHN |
BUSCHN_ID |
Cascade |
F_1167 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.