Database Table: BZRPENTAT

This table contains the data for the attributes for a Brokat repository item.

Column Name Column Type Column 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)
NULL
This is the "value" in name-value pair.
Indexes:
Index Name Indexed Column Names Index Type
I0000049 BZRPENT_ID, NAME Unique Index
SQL030416034848540 BZRPENTAT_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_147 BZRPENT_ID BZRPENT BZRPENT_ID Cascade

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