Storing Objects: Column Objects
Storing Objects: Column Objects
Column Objects
- An object type can be specified as the datatype of a column
- A type instance stored in a column does not have an OID and may not be referenced
CREATE TABLE CompoundTab (
CompoundID INTEGER
Structure ChemStruct,
…
);
Column Object Table