| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: S.O.D.A. database Query API - call for comments
In article <9crgsr$4ae$07$1_at_news.t-online.com>, "Carl Rosenberger" <carl_at_db4o.com> wrote:
>> A checkpoint. If I, say, have a Shape object with overlap() method, what
index
>> would OODBMS build?
>
>Creating indices for methods is technically possible.
>
>The ODBMS market is very heterogeneous and I think there are products that
>provide indices for methods.
OOFILE allows you to attach calculation objects to any field. If a field with calculator attached is declared as indexed, then the field will have persistent storage and the calculator is used by the database to update the data each time the record is updated.
If the field isn't declared as indexed, then it doesn't have persistent storage.
-- Andy Dent BSc MACS AACM, Software Developer, A.D. Software, Western Australia OOFILE - Database, Reports, Graphs, GUI for c++ on Mac, Unix & Windows PP2MFC - PowerPlant->MFC portability http://www.oofile.com.au/Received on Thu May 10 2001 - 19:17:55 CDT
![]() |
![]() |