Uses of Package
com.hp.hpl.jena.db

Packages that use com.hp.hpl.jena.db
com.hp.hpl.jena.db A general database backend for persistent storage of Jena models. 
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs. 
com.hp.hpl.jena.shared This package defines some classes common to the Jena API and SPI levels, in particular the JenaException class from which all Jena-specific exceptions hang, and the interface PrefixMapping for translation to and from QNames. 
 

Classes in com.hp.hpl.jena.db used by com.hp.hpl.jena.db
GraphRDB
          A persistent Graph implementation using a relational database for storage.
IDBConnection
          Encapsulate the specification of a jdbc connection, mostly used to simplify the calling pattern for ModelRDB factory methods.
ModelRDB
          A persistent relational database implemention of the RDF API.
RDFRDBException
          Used to signal most errors with RDB access.
 

Classes in com.hp.hpl.jena.db used by com.hp.hpl.jena.rdf.model
IDBConnection
          Encapsulate the specification of a jdbc connection, mostly used to simplify the calling pattern for ModelRDB factory methods.
 

Classes in com.hp.hpl.jena.db used by com.hp.hpl.jena.shared
RDFRDBException
          Used to signal most errors with RDB access.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP