包含對象(視圖、過程和觸發(fā)器)與對象定義中包含的對象(表、視圖和過程)之間的相關(guān)性信息。該表存儲在每個數(shù)據(jù)庫中。
| 列名 | 數(shù)據(jù)類型 | 描述 |
|---|---|---|
| id | int | 對象 ID。 |
| depid | int | 相關(guān)對象 ID。 |
| 數(shù)字 | smallint | 過程號。 |
| depnumber | smallint | 相關(guān)過程號。 |
| status | smallint | 內(nèi)部狀態(tài)信息。 |
| depdbid | smallint | 保留。 |
| depsiteid | smallint | 保留。 |
| selall | bit | 如果對象用在 SELECT * 語句中,則打開。 |
| resultobj | bit | 如果正在更新對象,則打開。 |
| readobj | bit | 如果正在讀取對象,則打開。 |