Storing Objects: Row Objects
Storing Objects: Row Objects
Row Objects
- Table rows store instances of an object
- Each instance has a system generated, unique object id (OID)
- Columns of an object table correspond to the attributes of the object type
- A reference to the object instance’s OID may be stored in another column or another instance
CREATE TABLE
CompoundObj
OF
ChemStruct;
Row Object