Difference between revisions of "Documentation/DevGuide/Database/Architecture"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Documentation/Developers Guide/Database Access)
m (FINAL VERSION FOR L10N)
Line 5: Line 5:
 
|NextPage=Documentation/DevGuide/Database/Example: Querying the Bibliography Database
 
|NextPage=Documentation/DevGuide/Database/Example: Querying the Bibliography Database
 
}}
 
}}
{{DISPLAYTITLE:Architecture}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Database/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:Architecture}}
 
The {{PRODUCTNAME}} API database integration is divided into three layers: SDBC, SDBCX, and SDB. Each layer extends the functionality of the layer below.  
 
The {{PRODUCTNAME}} API database integration is divided into three layers: SDBC, SDBCX, and SDB. Each layer extends the functionality of the layer below.  
  

Revision as of 12:41, 15 May 2009



The OpenOffice.org API database integration is divided into three layers: SDBC, SDBCX, and SDB. Each layer extends the functionality of the layer below.

  • Star Database (SDB) is the highest layer. This layer provides an application-centered view of the databases. Services, such as the database context, data sources, advanced connections, persistent query definitions and command definitions, as well as authentication and row sets are in this layer.
  • Star Database Connectivity Extension (SDBCX) is the middle layer which introduces abstractions, such as catalogs, tables, views, groups, users, columns, indexes, and keys, as well as the corresponding containers for these objects.
  • Star Database Connectivity (SDBC) is the lowest layer. This layer contains the basic database functionality used by the higher layers, such as drivers, simple connections, statements and result sets.
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages