Package | Description |
---|---|
org.apache.jena.tdb |
Modifier and Type | Method and Description |
---|---|
static StoreConnection |
StoreConnection.createMemUncached()
Return a StoreConnection backed by in-memory datastructures (for
testing).
|
static StoreConnection |
StoreConnection.getExisting(org.apache.jena.tdb.base.file.Location location)
Return the StoreConnection if one already exists for this location, else
return null
|
static StoreConnection |
StoreConnection.make(org.apache.jena.tdb.base.file.Location location)
Make a StoreConnection based on any StoreParams at the location or the system defaults.
|
static StoreConnection |
StoreConnection.make(org.apache.jena.tdb.base.file.Location location,
org.apache.jena.tdb.setup.StoreParams params)
Return a StoreConnection for a particular connection.
|
static StoreConnection |
StoreConnection.make(String location)
Obtain a StoreConnection for a particular location
|
Licenced under the Apache License, Version 2.0