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