[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Query kernel





On Sun, 8 Apr 2001, Rob Knapp wrote:

> 
> That seems a little awkward to me.  Would "Select Object From ClassName Where 
> Object.foo() = 'bar'" make more sense?  
> 
> Since a class is defined as having a set of fields and methods, if we know 
> the class then we know what methods it has.  IIRC ozone (and most other 
> OODMS's) have an api call where you can get all instances of a classname 
> provided, so it wouldn't be too horribly hard to implement...(i think).

   ya you can get all instances of a class but then it is just like 
  a RDBMS.Getting all of them and joining is very costly.
  so pointer traversal is better.
   
> 
> Just my two cents.
> --
> Rob Knapp
> GLIMS Project
> http://glims.sourceforge.net
> 
>