This table contains the data for a Brokat Repository Entry. This table reflects the directory structure of the Brokat repository.
This table is deprecated and is provided for backward compatibility only.
Column Descriptions
Column Name
| Column Type
| Description |
BZRPENT_ID
| INTEGER NOT NULL
| Primary key.
|
PATH
| VARCHAR(1024) NOT NULL
| This unique index contains the path of the Brokat repository.
|
TYPE
| VARCHAR(64)
| This field indicates if the entry is a directory or a file: 0=file and 1=directory.
|
PARENT
| INTEGER
| Foreign key to the BZRPENT table, describing a parent and child relationship. The current row is the child. The row to which this foreign key points is the parent.
|
DIRECTORY
| INTEGER NOT NULL
| The name of the directory that contains the template files.
|
LASTUPDATE
| TIMESTAMP NOT NULL
| The timestamp of the most recent update.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|