Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width12%

General

FAQ
Releases
Downloads
What's new?

Guides

Starting with DAS
User Guide
Architecture Guide
Developer Guide

Development Resources

Java Doc
Source Code

Column
width88%

What is RDB Data Access Service?

RDB DAS provides provides transformation capability between SDO data graphs and relational databases and vise versa.

By using RDB DAS, applications developers avoid the details and complications of working directly with a relational database and also the complex transformation between relational rows/columns and SDO Data Object types/properties.

RDB DAS processes the SDO change summary and produces efficient update statements that only write to columns that have actually been modified.

The following diagram illustrates a DAS client. The client starts by reading a graph of data specified by some query. The client then makes modifications to the graph, possibly by adding elements, and then requests the DAS to push the changes back to the database.