Uses of Class
org.apache.jena.tdb.StoreConnection
-
-
Uses of StoreConnection in org.apache.jena.tdb
Methods in org.apache.jena.tdb that return StoreConnection Modifier and Type Method Description static StoreConnectionStoreConnection. createMemUncached()Return a StoreConnection backed by in-memory datastructures (for testing).static StoreConnectionStoreConnection. getExisting(org.apache.jena.tdb.base.file.Location location)Return the StoreConnection if one already exists for this location, else return nullstatic StoreConnectionStoreConnection. make(java.lang.String location)Obtain a StoreConnection for a particular locationstatic StoreConnectionStoreConnection. make(org.apache.jena.tdb.base.file.Location location)Make a StoreConnection based on any StoreParams at the location or the system defaults.static StoreConnectionStoreConnection. make(org.apache.jena.tdb.base.file.Location location, org.apache.jena.tdb.setup.StoreParams params)Return a StoreConnection for a particular connection.
-