SYSVIEWDEP catalog table
The SYSVIEWDEP table records the dependencies of views, SQL function tables, and materialized query tables on other objects. The schema is SYSIBM.
Column name | Data type | Description | Use |
---|---|---|---|
BNAME | VARCHAR(128)
NOT NULL |
![]() ![]() |
G |
BCREATOR | VARCHAR(128)
NOT NULL |
Authorization ID of the owner of BNAME. | G |
BTYPE | CHAR(1)
NOT NULL |
Type of object:
|
G |
DNAME | VARCHAR(128)
NOT NULL |
Name of the view. | G |
DCREATOR | VARCHAR(128)
NOT NULL |
The schema of the view. | G |
IBMREQD | CHAR(1)
NOT NULL |
A value of Y indicates that the row was provided with the Db2 product code. For all other values, see Release dependency indicators. The value in this field is not a reliable indicator of release dependencies. |
G |
BSCHEMA | VARCHAR(128)
NOT NULL WITH DEFAULT |
Schema of BNAME. | G |
DTYPE | CHAR(1)
NOT NULL |
Type of dependent object:
|
G |
DOWNER | VARCHAR(128)
NOT NULL WITH DEFAULT |
![]() ![]() |
G |
OWNERTYPE | CHAR(1)
NOT NULL WITH DEFAULT |
Indicates the type of owner:
|
G |
SYS_START | TIMESTAMP(12)
NOT NULL GENERATED ALWAYS AS ROW BEGIN |
Reserved for future IBM® use. | G |
SYS_END | TIMESTAMP(12)
NOT NULL GENERATED ALWAYS AS ROW END |
Reserved for future IBM use. | G |
TRANS_START | TIMESTAMP(12)
NOT NULL GENERATED ALWAYS AS TRANSACTION START ID |
Reserved for future IBM use. | G |