Modifier and Type | Method and Description |
---|---|
static StoreDesc |
StoreDesc.read(Model m) |
static StoreDesc |
StoreDesc.read(Resource r) |
static StoreDesc |
StoreDesc.read(String filename) |
Modifier and Type | Method and Description |
---|---|
static Dataset |
SDBFactory.connectDataset(Connection jdbcConnection,
StoreDesc desc)
Connect to the RDF dataset in a store, using existing JDBC connection and a store description.
|
static Dataset |
SDBFactory.connectDataset(SDBConnection sdbConnection,
StoreDesc desc)
Connect to the RDF dataset in a store, using existing SDBConnection and a store description.
|
static Dataset |
SDBFactory.connectDataset(StoreDesc desc)
Connect to the RDF dataset in a store.
|
static Graph |
SDBFactory.connectDefaultGraph(StoreDesc desc)
Connect to the default graph in a store, based on a Store description.
|
static Model |
SDBFactory.connectDefaultModel(StoreDesc desc)
Connect to the default model in a store
|
static GraphStore |
SDBFactory.connectGraphStore(Connection jdbcConnection,
StoreDesc desc)
Connect to the store as a GraphStore, using existing JDBC connection and a store description.
|
static GraphStore |
SDBFactory.connectGraphStore(SDBConnection sdbConnection,
StoreDesc desc)
Connect to the store as a GraphStore, using existing SDBConnection and a store description.
|
static GraphStore |
SDBFactory.connectGraphStore(StoreDesc desc)
Connect to the store as a GraphStore.
|
static Graph |
SDBFactory.connectNamedGraph(StoreDesc desc,
Node node)
Connect to a named graph in a store, based on a store description.
|
static Graph |
SDBFactory.connectNamedGraph(StoreDesc desc,
String iri)
Connect to a named graph in a store, based on a store description.
|
static Model |
SDBFactory.connectNamedModel(StoreDesc desc,
Resource resource)
Connect to the named model in a store
|
static Model |
SDBFactory.connectNamedModel(StoreDesc desc,
String iri)
Connect to the named model in a 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.
|
Modifier and Type | Method and Description |
---|---|
StoreDesc |
StoreDescAssembler.open(Assembler a,
Resource root,
Mode mode) |
StoreDesc |
DatasetStoreAssembler.openStore(Assembler a,
Resource root,
Mode mode)
Get the StoreDesc for this dataset
|
Constructor and Description |
---|
StoreBase(SDBConnection connection,
StoreDesc desc,
StoreFormatter formatter,
StoreLoader loader,
QueryCompilerFactory compilerF,
SQLBridgeFactory sqlBridgeF,
SQLGenerator sqlGenerator,
TableDescTriples tripleTableDesc,
TableDescQuads quadTableDesc,
TableDescNodes nodeTableDesc) |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
StoreBaseH2(SDBConnection connection,
StoreDesc desc,
StoreFormatter formatter,
StoreLoader loader,
QueryCompilerFactory compilerF,
SQLBridgeFactory sqlBridgeF,
TableDescTriples tripleTableDesc,
TableDescQuads quadTableDesc,
TableDescNodes nodeTableDesc) |
StoreBaseHSQL(SDBConnection connection,
StoreDesc desc,
StoreFormatter formatter,
StoreLoader loader,
QueryCompilerFactory compilerF,
SQLBridgeFactory sqlBridgeF,
TableDescTriples tripleTableDesc,
TableDescQuads quadTableDesc,
TableDescNodes nodeTableDesc) |
Modifier and Type | Method and Description |
---|---|
StoreDesc |
ModStore.getStoreDesc() |
Licenced under the Apache License, Version 2.0