Contains a row for each dependency that packages have on indexes, tables,
views, functions, aliases, types, and hierarchies.
Table 74. SYSCAT.PACKAGEDEP Catalog View
Column Name | Data Type | Nullable | Description | ||
---|---|---|---|---|---|
PKGSCHEMA | VARCHAR(128) |
| Name of the package. | ||
PKGNAME | CHAR(8) |
| |||
BINDER | VARCHAR(128) | Yes | Binder of the package. | ||
BTYPE | CHAR(1) |
| Type of object BNAME:
| ||
BSCHEMA | VARCHAR(128) |
| Qualified name of an object on which the package is dependent. | ||
BNAME | VARCHAR(128) |
| |||
TABAUTH | SMALLINT | Yes | If BTYPE is O, S, T, U, V or W then it encodes the privileges that are required by this package (Select, Insert, Delete, Update). | ||
|