object-oriented database
<database> (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) | ||||
Search Dictionary:
Object-oriented database definition was found in categories: Language, Idioms & Slang(2) Encyclopedia(1)
Object-oriented database Definition from Language, Idioms & Slang Dictionaries & Glossaries
| WordNet 2.0 |
object-oriented database
Noun
1. a database in which the operations carried out on information items (data objects) are considered part of their definition
(hypernym) electronic database, on-line database, computer database, electronic information service
(part-meronym) hypertext
Noun
1. a database in which the operations carried out on information items (data objects) are considered part of their definition
(hypernym) electronic database, on-line database, computer database, electronic information service
(part-meronym) hypertext
| hEnglish - advanced version |
object-oriented database
object-oriented database
n : a database in which the operations carried out on information items (data objects) are considered part of their definition
object-oriented database
n : a database in which the operations carried out on information items (data objects) are considered part of their definition
Object-oriented database Definition from Encyclopedia Dictionaries & Glossaries
| Wikipedia English - The Free Encyclopedia |
Object database
'' In an object oriented database, information is represented in the form of objects'' as used in Object-Oriented Programming. When database capabilities are combined with object programming language capabilities, the result is an object database management system (ODBMS). An ODBMS makes database objects appear as programming language objects in one or more object programming languages. An ODBMS extends the programming language with transparently persistent data, concurrency control, data recovery, associative queries, and other capabilities.
| See more at Wikipedia.org... |
