Contains a row for every dependency of a view or a summary table on some other object. Also encodes how privileges on this
view depend on privileges on underlying tables and views.
Table 94. OBJCAT.VIEWDEP Catalog View
| Column Name | Data Type | Nullable | Description |
|---|---|---|---|
| VIEWSCHEMA | CHAR(8) |
| Name of the view or the name of a summary table having dependancies on a base table. |
| VIEWNAME | VARCHAR(18) |
| |
| DEFINER | CHAR(8) | Yes | Authorization ID of the creator of the view. |
| BTYPE | CHAR(1) |
| Type of object BNAME:
|
| BSCHEMA | CHAR(8) |
| Qualified name of object depended on by the view. |
| BNAME | VARCHAR(18) |
| |
| TABAUTH | SMALLINT | Yes | Encodes the privileges on the underlying table or view that this view depends on. Otherwise null. |