This table contains the data for the Brokat repository entry storage. This is a paged storage for Brokat repository item.
This table is deprecated and is provided for backward compatibility only.
Column Description(s):
Column Name | Column Type | Description |
BZRPENTSTG_ID |
INTEGER NOT NULL |
Primary key. |
BZRPENT_ID |
INTEGER NOT NULL |
Foreign key to the BZRPENT table. |
SEQUENCE |
INTEGER NOT NULL |
Long instances are broken into 32K pages and stored in this table, this number indicates the page number. |
VALUE |
VARCHAR(4000) NOT NULL |
The actual instantiation value. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
I0000050 |
BZRPENT_ID+SEQUENCE |
Unique Index |
SQL050212031205080 |
BZRPENTSTG_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_148 |
BZRPENT_ID |
BZRPENT |
BZRPENT_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.