| Schema Version | 5.0.6 | |
| Partitioned | No | |
The CHAN_OBJECT_SNAPSHOT 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_SNAPSHOT | CHANGE_LIST (OID)
|
|
The unique identifier of the related change list | ||
| OID | PK_CHAN_OBJECT_SNAPSHOT |
|
The unique identifier of the snapshot | |||
| VALUE |
|
A copy of the object as it was when the related change list was created |
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_SNAPSHOT |
| Definition | The unique identifier of the snapshot |
| Type | DECIMAL(5), NOT NULL |
| Primary Key | PK_CHAN_OBJECT_SNAPSHOT |
| Definition | A copy of the object as it was when the related change list was created |
| Type | BLOB, NOT NULL |
See the primary key information:
| Column(s) | CHAN_OID, OID |
| Tablespace | CATALOG_INDX |