Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. V.E.R.A. -- Virtual Entity of Relevant Acronyms (February 2016)
OODB
       Object Oriented Data Base (OOP, DB)
       

2. The Free On-line Dictionary of Computing (30 December 2018)
object-oriented database
OODB

    (OODB) A system offering DBMS facilities in an
   object-oriented programming environment.  Data is stored as
   objects and can be interpreted only using the methods
   specified by its class.  The relationship between similar
   objects is preserved (inheritance) as are references between
   objects.  Queries can be faster because joins are often not
   needed (as in a relational database).  This is because an
   object can be retrieved directly without a search, by
   following its object id.

   The same programming language can be used for both data
   definition and data manipulation.  The full power of the
   database programming language's type system can be used to
   model data structures and the relationship between the
   different data items.

   Multimedia applications are facilitated because the
   class methods associated with the data are responsible for
   its correct interpretation.

   OODBs typically provide better support for versioning.  An
   object can be viewed as the set of all its versions.  Also,
   object versions can be treated as full fledged objects.  OODBs
   also provide systematic support for triggers and
   constraints which are the basis of active databases.
   Most, if not all, object-oriented application programs that
   have database needs will benefit from using an OODB.

   Ode is an example of an OODB built on C++.

   (1997-12-07)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy