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 Description(s):
Column NameColumn TypeDescription
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 NameIndexed Column NamesIndex Type
I0000050 BZRPENT_ID+SEQUENCE Unique Index
SQL050212031205080 BZRPENTSTG_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_148 BZRPENT_ID BZRPENT BZRPENT_ID Cascade

Feedback