Database Table: BZRPENTSTG

This table contains the data for the Brokat repository entry storage. This is a paged storage for Brokat repository item.

Column Name Column Type Column 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.
Indexes:
Index Name Indexed Column Names Index Type
I0000050 BZRPENT_ID, SEQUENCE Unique Index
SQL030416034848870 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

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable