Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static Dataset |
SDBFactory.connectDataset(Store store)
Connect to the RDF dataset in a store.
|
static Graph |
SDBFactory.connectDefaultGraph(Store store)
Connect to the default graph in a store, based on a Store description.
|
static Model |
SDBFactory.connectDefaultModel(Store store)
Connect to the default model in a store
|
static GraphStore |
SDBFactory.connectGraphStore(Store store)
Connect to the store as a GraphStore
|
static Graph |
SDBFactory.connectNamedGraph(Store store,
Node node)
Connect to a named graph in a store.
|
static Graph |
SDBFactory.connectNamedGraph(Store store,
String iri)
Connect to a named graph in a store.
|
static Model |
SDBFactory.connectNamedModel(Store store,
Resource resource)
Connect to the named model in a store
|
static Model |
SDBFactory.connectNamedModel(Store store,
String iri)
Connect to the named model in a store
|
Modifier and Type | Method and Description |
---|---|
static Op |
SDBCompile.compile(Store store,
Op op) |
static Op |
SDBCompile.compile(Store store,
Op op,
Binding binding,
Context context,
SDBRequest request) |
static Op |
SDBCompile.compile(Store store,
Op op,
Context context) |
Modifier and Type | Method and Description |
---|---|
Store |
SDBRequest.getStore() |
Constructor and Description |
---|
SDBRequest(Store store,
Query query) |
SDBRequest(Store store,
Query query,
Context context) |
Constructor and Description |
---|
QueryEngineSDB(Store store,
Query q) |
Modifier and Type | Method and Description |
---|---|
Store |
GraphSDB.getStore() |
Constructor and Description |
---|
GraphSDB(Store store) |
GraphSDB(Store store,
Node graphNode) |
GraphSDB(Store store,
String uri) |
Modifier and Type | Class and Description |
---|---|
class |
StoreBase1 |
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 |
StoreSimpleSAP |
class |
StoreSimpleSQLServer |
Modifier and Type | Class and Description |
---|---|
class |
StoreBase |
Modifier and Type | Method and Description |
---|---|
void |
LoaderTuplesNodes.setStore(Store store) |
Modifier and Type | Class and Description |
---|---|
class |
StoreBaseHash |
class |
StoreTriplesNodesHashDB2 |
class |
StoreTriplesNodesHashDerby |
class |
StoreTriplesNodesHashH2 |
class |
StoreTriplesNodesHashHSQL |
class |
StoreTriplesNodesHashMySQL |
class |
StoreTriplesNodesHashOracle |
class |
StoreTriplesNodesHashPGSQL |
class |
StoreTriplesNodesHashSAP |
class |
StoreTriplesNodesHashSQLServer |
Constructor and Description |
---|
TupleLoaderOneHash(Store store,
TableDesc tableDesc) |
Modifier and Type | Class and Description |
---|---|
class |
StoreBaseIndex |
class |
StoreTriplesNodesIndexDB2 |
class |
StoreTriplesNodesIndexDerby |
class |
StoreTriplesNodesIndexH2 |
class |
StoreTriplesNodesIndexHSQL |
class |
StoreTriplesNodesIndexMySQL |
class |
StoreTriplesNodesIndexOracle |
class |
StoreTriplesNodesIndexPGSQL |
class |
StoreTriplesNodesIndexSAP |
class |
StoreTriplesNodesIndexSQLServer |
Modifier and Type | Method and Description |
---|---|
static IndexCache |
IndexCache.getIndexCache(Store store) |
Constructor and Description |
---|
TupleLoaderOneIndex(Store store,
TableDesc tableDesc) |
Modifier and Type | Class and Description |
---|---|
class |
StoreBaseH2 |
class |
StoreBaseHSQL |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
static void |
StoreBaseH2.checkpoint(Store store) |
static void |
StoreBaseHSQL.checkpoint(Store store) |
static void |
StoreBaseH2.close(Store store) |
static void |
StoreBaseHSQL.close(Store store) |
static Dataset |
DatasetStore.create(Store store) |
static DatasetGraph |
DatasetStore.createDatasetGraph(Store store) |
static DatasetStoreGraph |
DatasetStore.createDatasetStoreGraph(Store store) |
Constructor and Description |
---|
DatasetStoreGraph(Store store,
Context context) |
DatasetStoreGraph(Store store,
GraphSDB graph,
Context context) |
TupleTable(Store store,
String tableName) |
TupleTable(Store store,
TableDesc desc) |
Modifier and Type | Method and Description |
---|---|
static void |
H2Utils.checkpoint(Store store) |
static void |
HSQLUtils.checkpoint(Store store) |
static boolean |
StoreUtils.containsGraph(Store store,
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.isSAP(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,
Query query,
QueryEngineSDB queryEngine) |
static void |
H2Utils.shutdown(Store store) |
static void |
HSQLUtils.shutdown(Store store) |
static Iterator<Node> |
StoreUtils.storeGraphNames(Store store) |
Modifier and Type | Method and Description |
---|---|
Store |
ModStore.getStore() |
Modifier and Type | Method and Description |
---|---|
void |
ModConfig.enact(Store store) |
void |
ModConfig.enact(Store store,
arq.cmdline.ModTime timer) |
Graph |
ModGraph.getGraph(Store store) |
Model |
ModGraph.getModel(Store store) |
Licenced under the Apache License, Version 2.0