Uses of Class
org.apache.jena.tdb1.sys.StoreConnection
Packages that use StoreConnection
-
Uses of StoreConnection in org.apache.jena.tdb1.sys
Methods in org.apache.jena.tdb1.sys that return StoreConnectionModifier and TypeMethodDescriptionstatic StoreConnectionStoreConnection.createMemUncached()Return a StoreConnection backed by in-memory datastructures (for testing).static StoreConnectionStoreConnection.getExisting(Location location) Return the StoreConnection if one already exists for this location, else return nullstatic StoreConnectionTDBInternal.getStoreConnection(org.apache.jena.sparql.core.DatasetGraph dsg) static StoreConnectionObtain a StoreConnection for a particular locationstatic StoreConnectionMake a StoreConnection based on any StoreParams at the location or the system defaults.static StoreConnectionStoreConnection.make(Location location, StoreParams params) Return a StoreConnection for a particular connection. -
Uses of StoreConnection in org.apache.jena.tdb1.transaction
Methods in org.apache.jena.tdb1.transaction that return StoreConnectionConstructors in org.apache.jena.tdb1.transaction with parameters of type StoreConnection