Re: What makes an OODBMS different from an RDBMS?
Date: 26 Nov 2001 17:49:06 -0800
Message-ID: <a6e74506.0111261749.5914dc6_at_posting.google.com>
> So, is the class hierarchy or object model itself stored in the oodb?
Yes, each object knows its relationships.
> If so, does it use a representation such that, a reader of the oodb with full
> knowledge of Xdb, but no knowledge of the application's objects be able to
> bootstrap its own way to making full use of the objects stored in the oodb?
Yes, similar to an rdb. To bootstrap, start with root, which is the ancestor parent/class of all objects, and traverse all system-defined and user-defined objects (classes, instances, properties, references, etc). You can simulate this by selecting the root and clicking the navigation buttons (ie Parent, Child, PrevSibling, NextSibling, Class, Instance, PrevSibOfSameCls, NextSibOfSameCls). Received on Tue Nov 27 2001 - 02:49:06 CET
