Skip to main content
object-oriented database

object-oriented database

6.7
A database that keeps data and the programs that use it together, good for storing images and videos
  • noun
  • /ˈɑbdʒɛkt-ˈɔrɪɛntɪd ˈdeɪtəˌbeɪs/
  • Specialized
translation icon : base de datos orientada a objetos
  • This software developer decided to use an object-oriented database to improve data management for the project.

Examples

  • The system uses Euclid 3's object-oriented database to drive Sherpa's data-management features.

    Academic text (1994)
  • The event message database could be developed into an object-oriented database.

    Academic text (1992)
  • The event message database provides the representation of the events (or declarative structure) and provides a means for implementing associations and generalizations of these entities in, potentially, a functional, object-oriented database.

    Academic text (1992)
  • An object-oriented database combines data and functions, making it easier to manipulate complex data structures.

  • For efficient storage and retrieval, the IT team chose to implement an object-oriented database that followed modern programming principles.

Synonyms

object-oriented database management system
vsobject-oriented database
  • Specialized
7.2

A database that stores data as items that behave like parts of a program

bundles data with their operations, stressing integrated behavior over mere storage

Antonyms

relational database
  • Specialized
1 3.9

A system that stores information in tables linked by keys

How Object-Oriented

object-oriented database
  • Specialized
6.7
database
  • Specialized
402 3.4
relational database
  • Specialized
1 3.9

Surface Forms

Morphology

object-oriented + database

The compound reads transparently: 'object-oriented' means organized or oriented around objects and 'database' is a data store, so a learner who knows those constituents can infer it is a database structured around objects. While technical implementation details (methods, encapsulation) are specialized, the core meaning is compositionally derivable and paralleled in many languages.

Etymology

Object-oriented database pictures a database built from objects, like boxes that hold both information and the actions they can do. So, because each object keeps its data and its actions together, the phrase means a database that stores data in a way that matches how programs use 'objects' today.