WebSphere Commerce database table: BZRPENTSTG
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 Descriptions
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.
|
Indexes
Index Name
| Indexed Column Names
| Index Type |
I0000050
| BZRPENT_ID+SEQUENCE
| Unique Index
|
SQL060903235133820
| BZRPENTSTG_ID
| Primary Key
|
Constraints
Constraint Name
| Column Names
| Foreign Table Name
| Foreign Column Names
| Constraint Type |
F_148
| BZRPENT_ID
| BZRPENT
| BZRPENT_ID
| Cascade
|
Related reference