Uses of Class
com.hp.hpl.jena.tdb.StoreConnection

Packages that use StoreConnection
com.hp.hpl.jena.tdb   
 

Uses of StoreConnection in com.hp.hpl.jena.tdb
 

Methods in com.hp.hpl.jena.tdb that return StoreConnection
static StoreConnection StoreConnection.createMemUncached()
          Return a StoreConnection backed by in-memory datastructures (for testing).
static StoreConnection StoreConnection.getExisting(com.hp.hpl.jena.tdb.base.file.Location location)
          Return the StoreConnection if one already exists for this location, else return null
static StoreConnection StoreConnection.make(com.hp.hpl.jena.tdb.base.file.Location location)
          Return a StoreConnection for a particular connection.
static StoreConnection StoreConnection.make(String location)
          Obtain a StoreConenction for a particular location
 



Licenced under the Apache License, Version 2.0