Contains a row for every dependency of a trigger on some other
object.
Table 95. SYSCAT.TRIGDEP Catalog View
Column Name | Data Type | Nullable | Description |
---|---|---|---|
TRIGSCHEMA | VARCHAR(128) |
| Qualified name of the trigger. |
TRIGNAME | VARCHAR(18) |
| |
BTYPE | CHAR(1) |
| Type of object BNAME:
|
BSCHEMA | VARCHAR(128) |
| Qualified name of object depended on by a trigger. |
BNAME | VARCHAR(128) |
| |
TABAUTH | SMALLINT | Yes | If BTYPE= O, S, T, U, V or W encodes the privileges on the table or view that are required by this trigger; otherwise null. |