Each row represents a dependency of a function or method on some other object.
Table 57. SYSCAT.FUNCDEP Catalog View
Column Name | Data Type | Nullable | Description |
---|---|---|---|
FUNCSCHEMA | VARCHAR(128) |
| Qualified name of the function or name of the method which has dependencies on another object. |
FUNCNAME | VARCHAR(18) |
| |
BTYPE | CHAR(1) |
| Type of object that the function or method is dependent on.
|
BSCHEMA | VARCHAR(128) |
| Qualified name of the object depended on by the function or method (if BTYEPE='F', this is the specific name of a function). |
BNAME | VARCHAR(128) |
| |
TABAUTH | SMALLINT | Yes | If BTYPE = O, S, T, U, V or W, then it encodes the privileges on the table or view that are required by the dependent function or the dependent method. Otherwise null. |