| Schema Version | 5.0.6 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
The CHAN_OBJECT table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| CHAN_OID | PK_CHAN_OBJECT | CHANGE_LIST (OID)
|
|
The unique identifier of the related change list | ||
| OID | PK_CHAN_OBJECT |
|
The unique identifier of the object in the change list | |||
| PARENT_OID |
|
The unique identifier of the parent of the object in the change list. It is equals to -1 if the object does not have a parent. | ||||
| OBJECT_CODE |
|
The code of the object | ||||
| OBJECT_TYPE |
|
The type of the object | ||||
| SNAPSHOT_OID |
|
The unique identifier of the snapshot of the object |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the related change list |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CHAN_OBJECT |
| Definition | The unique identifier of the object in the change list |
| Type | DECIMAL(5), NOT NULL |
| Primary Key | PK_CHAN_OBJECT |
| Definition | The unique identifier of the parent of the object in the change list. It is equals to -1 if the object does not have a parent. |
| Type | DECIMAL(5), NULL |
| Definition | The code of the object |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The type of the object |
| Format |
The possible values are:
|
| Type | DECIMAL(5), NOT NULL |
| Definition | The unique identifier of the snapshot of the object |
| Type | DECIMAL(5), NOT NULL |
See the primary key information:
| Column(s) | CHAN_OID, OID |
| Filegroup | CATALOG_DATA |