|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Store in com.hp.hpl.jena.sdb |
|---|
| Methods in com.hp.hpl.jena.sdb that return Store | |
|---|---|
static Store |
SDBFactory.connectStore(Connection sqlConnection,
StoreDesc desc)
Connect to a store, based on an existing JDBC connection and a store description. |
static Store |
SDBFactory.connectStore(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(String configFile)
Connect to a store, based on store and connection descriptions in a file. |
| 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,
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,
String iri)
Connect to the named model in a store |
| Uses of Store in com.hp.hpl.jena.sdb.compiler |
|---|
| Methods in com.hp.hpl.jena.sdb.compiler with parameters of type Store | |
|---|---|
static com.hp.hpl.jena.sparql.algebra.Op |
SDBCompile.compile(Store store,
com.hp.hpl.jena.sparql.algebra.Op op)
|
static com.hp.hpl.jena.sparql.algebra.Op |
SDBCompile.compile(Store store,
com.hp.hpl.jena.sparql.algebra.Op op,
com.hp.hpl.jena.sparql.engine.binding.Binding binding,
com.hp.hpl.jena.sparql.util.Context context,
SDBRequest request)
|
static com.hp.hpl.jena.sparql.algebra.Op |
SDBCompile.compile(Store store,
com.hp.hpl.jena.sparql.algebra.Op op,
com.hp.hpl.jena.sparql.util.Context context)
|
| Uses of Store in com.hp.hpl.jena.sdb.core |
|---|
| Methods in com.hp.hpl.jena.sdb.core that return Store | |
|---|---|
Store |
SDBRequest.getStore()
|
| Constructors in com.hp.hpl.jena.sdb.core with parameters of type Store | |
|---|---|
SDBRequest(Store store,
com.hp.hpl.jena.query.Query query)
|
|
SDBRequest(Store store,
com.hp.hpl.jena.query.Query query,
com.hp.hpl.jena.sparql.util.Context context)
|
|
| Uses of Store in com.hp.hpl.jena.sdb.engine |
|---|
| Constructors in com.hp.hpl.jena.sdb.engine with parameters of type Store | |
|---|---|
QueryEngineSDB(Store store,
com.hp.hpl.jena.query.Query q)
|
|
| Uses of Store in com.hp.hpl.jena.sdb.graph |
|---|
| Methods in com.hp.hpl.jena.sdb.graph that return Store | |
|---|---|
Store |
GraphSDB.getStore()
|
| Constructors in com.hp.hpl.jena.sdb.graph with parameters of type Store | |
|---|---|
GraphSDB(Store store)
|
|
GraphSDB(Store store,
com.hp.hpl.jena.graph.Node graphNode)
|
|
GraphSDB(Store store,
String uri)
|
|
| Uses of Store in com.hp.hpl.jena.sdb.layout1 |
|---|
| Classes in com.hp.hpl.jena.sdb.layout1 that implement Store | |
|---|---|
class |
StoreBase1
|
class |
StoreRDB
Store class for the Jena2 databse layout : query-only, not update via this route (use ModelRDB as normal). |
class |
StoreSimpleDB2
|
class |
StoreSimpleDerby
|
class |
StoreSimpleH2
|
class |
StoreSimpleHSQL
Store class for the simple layout (i.e. |
class |
StoreSimpleMySQL
Store class for the simple layout (i.e. |
class |
StoreSimpleOracle
|
class |
StoreSimplePGSQL
|
class |
StoreSimpleSQLServer
|
| Uses of Store in com.hp.hpl.jena.sdb.layout2 |
|---|
| Classes in com.hp.hpl.jena.sdb.layout2 that implement Store | |
|---|---|
class |
StoreBase
|
| Methods in com.hp.hpl.jena.sdb.layout2 with parameters of type Store | |
|---|---|
void |
LoaderTuplesNodes.setStore(Store store)
|
| Uses of Store in com.hp.hpl.jena.sdb.layout2.hash |
|---|
| Classes in com.hp.hpl.jena.sdb.layout2.hash that implement Store | |
|---|---|
class |
StoreBaseHash
|
class |
StoreTriplesNodesHashDB2
|
class |
StoreTriplesNodesHashDerby
|
class |
StoreTriplesNodesHashH2
|
class |
StoreTriplesNodesHashHSQL
|
class |
StoreTriplesNodesHashMySQL
|
class |
StoreTriplesNodesHashOracle
|
class |
StoreTriplesNodesHashPGSQL
|
class |
StoreTriplesNodesHashSQLServer
|
| Constructors in com.hp.hpl.jena.sdb.layout2.hash with parameters of type Store | |
|---|---|
TupleLoaderOneHash(Store store,
TableDesc tableDesc)
|
|
| Uses of Store in com.hp.hpl.jena.sdb.layout2.index |
|---|
| Classes in com.hp.hpl.jena.sdb.layout2.index that implement Store | |
|---|---|
class |
StoreBaseIndex
|
class |
StoreTriplesNodesIndexDB2
|
class |
StoreTriplesNodesIndexDerby
|
class |
StoreTriplesNodesIndexH2
|
class |
StoreTriplesNodesIndexHSQL
|
class |
StoreTriplesNodesIndexMySQL
|
class |
StoreTriplesNodesIndexOracle
|
class |
StoreTriplesNodesIndexPGSQL
|
class |
StoreTriplesNodesIndexSQLServer
|
| Methods in com.hp.hpl.jena.sdb.layout2.index with parameters of type Store | |
|---|---|
static IndexCache |
IndexCache.getIndexCache(Store store)
|
| Constructors in com.hp.hpl.jena.sdb.layout2.index with parameters of type Store | |
|---|---|
TupleLoaderOneIndex(Store store,
TableDesc tableDesc)
|
|
| Uses of Store in com.hp.hpl.jena.sdb.store |
|---|
| Classes in com.hp.hpl.jena.sdb.store that implement Store | |
|---|---|
class |
StoreBaseH2
|
class |
StoreBaseHSQL
|
| Methods in com.hp.hpl.jena.sdb.store that return Store | |
|---|---|
static Store |
StoreFactory.create(LayoutType layout,
DatabaseType dbType)
Create a store, based on the store description. |
static Store |
StoreFactory.create(SDBConnection sdb,
LayoutType layout,
DatabaseType dbType)
Create a store, based on connection, layout type and database type. |
Store |
StoreMaker.create(SDBConnection conn,
StoreDesc desc)
Make a new store object |
static Store |
StoreFactory.create(StoreDesc desc)
Create a store, based on the store description. |
static Store |
StoreFactory.create(StoreDesc desc,
SDBConnection sdb)
Create a store, based on the store description and connection. |
static Store |
StoreFactory.create(String filename)
Create a store, based on the store description and connection information read from the file. |
Store |
DatasetStoreGraph.getStore()
|
| Methods in com.hp.hpl.jena.sdb.store with parameters of type Store | |
|---|---|
static void |
StoreBaseHSQL.checkpoint(Store store)
|
static void |
StoreBaseH2.checkpoint(Store store)
|
static void |
StoreBaseHSQL.close(Store store)
|
static void |
StoreBaseH2.close(Store store)
|
static com.hp.hpl.jena.query.Dataset |
DatasetStore.create(Store store)
|
static com.hp.hpl.jena.sparql.core.DatasetGraph |
DatasetStore.createDatasetGraph(Store store)
|
static DatasetStoreGraph |
DatasetStore.createDatasetStoreGraph(Store store)
|
| Constructors in com.hp.hpl.jena.sdb.store with parameters of type Store | |
|---|---|
DatasetStoreGraph(Store store,
com.hp.hpl.jena.sparql.util.Context context)
|
|
DatasetStoreGraph(Store store,
GraphSDB graph,
com.hp.hpl.jena.sparql.util.Context context)
|
|
TupleTable(Store store,
String tableName)
|
|
TupleTable(Store store,
TableDesc desc)
|
|
| Uses of Store in com.hp.hpl.jena.sdb.util |
|---|
| Methods in com.hp.hpl.jena.sdb.util with parameters of type Store | |
|---|---|
static void |
H2Utils.checkpoint(Store store)
|
static void |
HSQLUtils.checkpoint(Store store)
|
static boolean |
StoreUtils.containsGraph(Store store,
com.hp.hpl.jena.graph.Node graphNode)
|
static boolean |
StoreUtils.isDB2(Store store)
|
static boolean |
StoreUtils.isDerby(Store store)
|
static boolean |
StoreUtils.isFormatted(Store store)
Best effort utility to check whether store is formatted (currently: tables and columns exist) |
static boolean |
StoreUtils.isH2(Store store)
|
static boolean |
StoreUtils.isHSQL(Store store)
|
static boolean |
StoreUtils.isMySQL(Store store)
|
static boolean |
StoreUtils.isOracle(Store store)
|
static boolean |
StoreUtils.isPostgreSQL(Store store)
|
static boolean |
StoreUtils.isSQLServer(Store store)
|
static void |
StoreUtils.load(Store store,
String filename)
|
static void |
StoreUtils.load(Store store,
String graphIRI,
String filename)
|
static void |
PrintSDB.print(Store store,
com.hp.hpl.jena.query.Query query,
QueryEngineSDB queryEngine)
|
static void |
H2Utils.shutdown(Store store)
|
static void |
HSQLUtils.shutdown(Store store)
|
static Iterator<com.hp.hpl.jena.graph.Node> |
StoreUtils.storeGraphNames(Store store)
|
| Uses of Store in sdb.cmd |
|---|
| Methods in sdb.cmd that return Store | |
|---|---|
Store |
ModStore.getStore()
|
| Methods in sdb.cmd with parameters of type Store | |
|---|---|
void |
ModConfig.enact(Store store)
|
void |
ModConfig.enact(Store store,
arq.cmdline.ModTime timer)
|
com.hp.hpl.jena.graph.Graph |
ModGraph.getGraph(Store store)
|
com.hp.hpl.jena.rdf.model.Model |
ModGraph.getModel(Store store)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||