Uses of Interface
com.hp.hpl.jena.sdb.Store

Uses of Store in com.hp.hpl.jena.sdb
 

Methods in com.hp.hpl.jena.sdb that return Store
static Store SDBFactory.connectStore(java.sql.Connection sqlConnection, StoreDesc desc)
          Connect to a store, based on an existing JDBC connection and a store description.
static Store SDBFactory.connectStore(com.hp.hpl.jena.sdb.sql.SDBConnection sdbConnection, StoreDesc desc)
          Connect to a store, based on an existing SDB connection and a store description.
static Store SDBFactory.connectStore(StoreDesc desc)
          Connect to a store, based on a store description.
static Store SDBFactory.connectStore(java.lang.String configFile)
          Connect to a store, based on store and connection descriptions in a file.
static Store SDB.createInMemoryStore()
          Create an H2-backed in-memory store for testing.
 

Methods in com.hp.hpl.jena.sdb with parameters of type Store
static com.hp.hpl.jena.query.Dataset SDBFactory.connectDataset(Store store)
          Connect to the RDF dataset in a store.
static com.hp.hpl.jena.graph.Graph SDBFactory.connectDefaultGraph(Store store)
          Connect to the default graph in a store, based on a Store description.
static com.hp.hpl.jena.rdf.model.Model SDBFactory.connectDefaultModel(Store store)
          Connect to the default model in a store
static com.hp.hpl.jena.update.GraphStore SDBFactory.connectGraphStore(Store store)
          Connect to the store as a GraphStore
static com.hp.hpl.jena.graph.Graph SDBFactory.connectNamedGraph(Store store, com.hp.hpl.jena.graph.Node node)
          Connect to a named graph in a store.
static com.hp.hpl.jena.graph.Graph SDBFactory.connectNamedGraph(Store store, java.lang.String iri)
          Connect to a named graph in a store.
static com.hp.hpl.jena.rdf.model.Model SDBFactory.connectNamedModel(Store store, com.hp.hpl.jena.rdf.model.Resource resource)
          Connect to the named model in a store
static com.hp.hpl.jena.rdf.model.Model SDBFactory.connectNamedModel(Store store, java.lang.String iri)
          Connect to the named model in a store
 



Copyright © 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP