This is a description table to the WCSDICTNRY table.
Column Description(s):
Column Name | Column Type | Description |
WCSDICTNRY_ID |
BIGINT NOT NULL |
Foreign key to the WCSDICTNRY table. |
LANGUAGE_ID |
INTEGER NOT NULL |
Foreign key to the LANGUAGE table. For a list of language components, see the LANGUAGE table. |
DESCRIPTION |
VARCHAR(2000) |
Description of the database object. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031326530 |
WCSDICTNRY_ID+LANGUAGE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_909 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
F_910 |
WCSDICTNRY_ID |
WCSDICTNRY |
WCSDICTNRY_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.