Package com.hp.hpl.jena.db

A general database backend for persistent storage of Jena models.

See:
          Description

Interface Summary
IDBConnection Encapsulate the specification of a jdbc connection, mostly used to simplify the calling pattern for ModelRDB factory methods.
 

Class Summary
DBConnection Encapsulate the specification of a jdbc connection.
GraphRDB A persistent Graph implementation using a relational database for storage.
ModelRDB A persistent relational database implemention of the RDF API.
 

Exception Summary
RDFRDBException Used to signal most errors with RDB access.
 

Package com.hp.hpl.jena.db Description

A general database backend for persistent storage of Jena models. This Jena2 release runs on three database engines, MySQL, Oracle, PostgreSQL on two platforms, Linux and WindowsXP. The Jena2 persistence subsystem is largely compatible with Jena1 but does not support the various Jena1 layouts. Existing Jena1 databases cannot be accessed by Jena2 and must be reloaded.

For details on creating and accessing persistent models, see doc/DB/howto.html. For details on options for configuring and accessing persistent models see the doc/DB/options.html. For particulars on persistent models for the various database engines, see doc/DB/mysql-howto.html, doc/DB/oracle-howto.html,doc/DB/postgresql-howto.html.

Note that the recommended mechanism for creating and opening persistent models has changed from Jena1 and also from the preliminary releases of Jena2. Previous mechanisms are now deprecated and users are encouraged to use the new factory mechanisms. See doc/how-to/model-factory.html for details.



Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP