Object-relational Database Development

Object-relational Database Development PDF

Author: Paul Brown

Publisher: Prentice Hall PTR

Published: 2001

Total Pages: 836

ISBN-13:

DOWNLOAD EBOOK →

This text provides a detailed description of OR (Object-Relational) database management systems and how to use this technology to build modern information systems.

Fundamentals of Object Databases

Fundamentals of Object Databases PDF

Author: Suzanne Wagner Dietrich

Publisher: Morgan & Claypool Publishers

Published: 2011

Total Pages: 174

ISBN-13: 1608454762

DOWNLOAD EBOOK →

This monograph presents the fundamentals of object databases, with a specific focus on conceptual modeling of object database designs. After an introduction to the fundamental concepts of object-oriented data, the monograph provides a review of object-oriented conceptual modeling techniques using side-by-side Enhanced Entity Relationship diagrams and Unified Modeling Language conceptual class diagrams that feature class hierarchies with specialization constraints and object associations. These object-oriented conceptual models provide the basis for introducing case studies that illustrate the use of object features within the design of object-oriented and object-relational databases. For the object-oriented database perspective, the Object Data Management Group data definition language provides a portable, language-independent specification of an object schema, together with an SQL-like object query language. LINQ (Language INtegrated Query) is presented as a case study of an object query language together with its use in the db4o open-source object-oriented database. For the object-relational perspective, the object-relational features of the SQL standard are presented together with an accompanying case study of the object-relational features of Oracle. For completeness of coverage, an appendix provides a mapping of object-oriented conceptual designs to the relational model and its associated constraints."--P. [4] of cover.

Object-Oriented Application Development Using the Caché Postrelational Database

Object-Oriented Application Development Using the Caché Postrelational Database PDF

Author: Wolfgang Kirsten

Publisher: Springer Science & Business Media

Published: 2012-12-06

Total Pages: 369

ISBN-13: 3642981046

DOWNLOAD EBOOK →

Nowadays, newly developed software is often already obsolete by the time it is introduced. The object-oriented concept provides a solution to this "crisis," by allowing objects to be used in a wide range of programs. Object-oriented applications development with databases places special demands on the DBMS and the development environment. This book provides a detailed description of the object model of the Cach post-relational database. In addition, the reader is guided step-by-step through the development of a post-relational application. The accompanying CD-ROM contains the associated Windows software.

Object-oriented Modeling and Design for Database Applications

Object-oriented Modeling and Design for Database Applications PDF

Author: Michael Blaha

Publisher: Pearson

Published: 1998

Total Pages: 522

ISBN-13:

DOWNLOAD EBOOK →

Written from a software engineering perspective, this book shows programmers & developers how to build object-oriented database applications for distributed & client/server environments using the newest update of the OMT methodology & UML.

Fundamentals of Object Databases

Fundamentals of Object Databases PDF

Author: Suzanne Dietrich

Publisher: Springer Nature

Published: 2022-05-31

Total Pages: 151

ISBN-13: 3031018443

DOWNLOAD EBOOK →

Object-oriented databases were originally developed as an alternative to relational database technology for the representation, storage, and access of non-traditional data forms that were increasingly found in advanced applications of database technology. After much debate regarding object-oriented versus relational database technology, object-oriented extensions were eventually incorporated into relational technology to create object-relational databases. Both object-oriented databases and object-relational databases, collectively known as object databases, provide inherent support for object features, such as object identity, classes, inheritance hierarchies, and associations between classes using object references. This monograph presents the fundamentals of object databases, with a specific focus on conceptual modeling of object database designs. After an introduction to the fundamental concepts of object-oriented data, the monograph provides a review of object-oriented conceptual modeling techniques using side-by-side Enhanced Entity Relationship diagrams and Unified Modeling Language conceptual class diagrams that feature class hierarchies with specialization constraints and object associations. These object-oriented conceptual models provide the basis for introducing case studies that illustrate the use of object features within the design of object-oriented and object-relational databases. For the object-oriented database perspective, the Object Data Management Group data definition language provides a portable, language-independent specification of an object schema, together with an SQL-like object query language. LINQ (Language INtegrated Query) is presented as a case study of an object query language together with its use in the db4o open-source object-oriented database. For the object-relational perspective, the object-relational features of the SQL standard are presented together with an accompanying case study of the object-relational features of Oracle. For completeness of coverage, an appendix provides a mapping of object-oriented conceptual designs to the relational model and its associated constraints. Table of Contents: List of Figures / List of Tables / Introduction to Object Databases / Object-Oriented Databases / Object-Relational Databases

C++ Object Databases

C++ Object Databases PDF

Author: David Jordan

Publisher: Addison-Wesley Professional

Published: 1998

Total Pages: 488

ISBN-13:

DOWNLOAD EBOOK →

Written by ODGM's C++ representative, this pragmatic guidebook is the first comprehensive introduction to programming object-oriented databases with OQL. It offers comparisons with SQL, with which readers are already familiar, as a bridge to understanding OQL and as a means of contrasting object-oriented versus relational database development.

Object – Oriented Database Systems : Approaches and Architectures

Object – Oriented Database Systems : Approaches and Architectures PDF

Author: Prabhu C.s.r.

Publisher: PHI Learning Pvt. Ltd.

Published: 2010-11

Total Pages: 257

ISBN-13: 8120340930

DOWNLOAD EBOOK →

This well-received book, now in its third edition, is a comprehensive presentation of the fundamentals of object-oriented database systems (OODBMS). It provides extensive coverage of the different approaches to object data management, including the three major approaches--semantic database systems approach, object-oriented programming language extension approach, and the relational extension approach--as well as the various types of architectures of object-oriented database systems. The book discusses all recent developments in this field, such as the emergence of Java as the dominant object-oriented programming language--resulting in upcoming OODBMS products such as Ozone--and the provision of object-oriented database features in object-relational database systems (ORDBMS) products such as Oracle 9i and DB2. The new edition provides an extensive discussion of PostgreSQL, a popular open source object-oriented database system which has emerged as a viable alternative to expensive commercial database systems such as Oracle. The book is extensively illustrated, which enables students to develop a firm grasp of the underlying concepts. The chapter-end exercises help in testing the students' comprehension of the fundamental principles. The book is primarily meant for students of IT-related programmes having courses in database systems. Computer professionals will also find the book immensely useful.

Object Data Management

Object Data Management PDF

Author: Roderic Geoffrey Galton Cattell

Publisher: Addison-Wesley Professional

Published: 1994

Total Pages: 424

ISBN-13:

DOWNLOAD EBOOK →

This revised introduction to object-oriented and extended relational database systems incorporates significant developments in the field since its first edition. An expanded section describes currently available products. A new chapter covers the recently completed ODMG-93 standard (whose committee was chaired by the author) and progress on the SQL3 standard.

Object-Oriented Database System

Object-Oriented Database System PDF

Author: Hiroshi Ishikawa

Publisher: Springer Science & Business Media

Published: 2012-12-06

Total Pages: 177

ISBN-13: 4431683089

DOWNLOAD EBOOK →

Computer Science Workbench is a monograph series which will provide you with an in depth working knowledge of current developments in computer technology. Every volume in this series will deal with a topic of importance in computer science and elaborate on how you yourself can build systems related to the main theme. You will be able to develop a variety of systems, including computer software tools, computer graphics, computer animation, database management systems, and computer-aided design and manufacturing systems. Computer Science Workbench represents an important new contribution in the field of practical computer technology. Tosiyasu L. Kunii Preface The goal of this book is to give concrete answers to questions such as what object oriented databases are, why they are needed, how they are implemented, and how they are applied, by describing a research prototype object-oriented database system called Jasmine. That is, this book is aimed at creating a consistent view to object-oriented databases. The contents of this book are directly based on the results of the Jasmine project conducted at Fujitsu Laboratories, Ltd. The book is a polished version of my doctoral dissertation, which includes research papers which I have authored and published.