This table contains the data for the attributes for a Brokat repository item.
This table is deprecated and is provided for backward compatibility only.
Column Description(s):
Column Name | Column Type | Description |
BZRPENTAT_ID |
INTEGER NOT NULL |
Primary key. |
BZRPENT_ID |
INTEGER NOT NULL |
Foreign key to the BZRPENT table. |
NAME |
VARCHAR(254) NOT NULL |
Brokat repository entry attributes are name value pairs associated with a Brokat repository entry. This is the "name". |
VALUE |
VARCHAR(254) |
This is the "value" in name-value pair. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
I0000049 |
BZRPENT_ID+NAME |
Unique Index |
SQL050212031204930 |
BZRPENTAT_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_147 |
BZRPENT_ID |
BZRPENT |
BZRPENT_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.