Object-Relational Database System

From GM-RKB
Jump to navigation Jump to search

An Object-Relational Database System is a database system that is a relational DBMS and a Object-Oriented DBMS.



References

2015

  • (Wikipedia, 2015) ⇒ http://en.wikipedia.org/wiki/object-relational_database Retrieved:2015-8-13.
    • An object-relational database (ORD), or object-relational database management system (ORDBMS), is a database management system (DBMS) similar to a relational database, but with an object-oriented database model: objects, classes and inheritance are directly supported in database schemas and in the query language. In addition, just as with pure relational systems, it supports extension of the data model with custom data-types and methods.

      An object-relational database can be said to provide a middle ground between relational databases and object-oriented databases (Object database). In object-relational databases, the approach is essentially that of relational databases: the data resides in the database and is manipulated collectively with queries in a query language; at the other extreme are OODBMSes in which the database is essentially a persistent object store for software written in an object-oriented programming language, with a programming API for storing and retrieving objects, and little or no specific support for querying.