Modifier and Type | Method and Description |
---|---|
static SDBConnection |
SDBFactory.createConnection(Connection conn)
Create a connection to a database from a JDBC connection.
|
static SDBConnection |
SDBFactory.createConnection(SDBConnectionDesc desc)
Create a connection to a database from connection description.
|
static SDBConnection |
SDBFactory.createConnection(String configFile)
Create a connection to a database from connection description in a file.
|
static SDBConnection |
SDBFactory.createConnection(String jdbcURL,
String user,
String password)
Create a connection to a database.
|
SDBConnection |
Store.getConnection()
Return the connection to the implementing database
|
Modifier and Type | Method and 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 GraphStore |
SDBFactory.connectGraphStore(SDBConnection sdbConnection,
StoreDesc desc)
Connect to the store as a GraphStore, using existing SDBConnection 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.
|
Modifier and Type | Method and Description |
---|---|
SDBConnection |
GraphSDB.getConnection() |
Constructor and Description |
---|
PrefixMappingSDB(String graphURI,
SDBConnection sdb) |
TransactionHandlerSDB(SDBConnection connection) |
Modifier and Type | Method and Description |
---|---|
SDBConnection |
StoreBase1.getConnection() |
Modifier and Type | Method and Description |
---|---|
SDBConnection |
StoreBase.getConnection() |
Constructor and Description |
---|
FmtLayout2(SDBConnection connection) |
LoaderTuplesNodes(SDBConnection connection,
Class<? extends TupleLoader> tupleLoaderClass) |
StoreBase(SDBConnection connection,
StoreDesc desc,
StoreFormatter formatter,
StoreLoader loader,
QueryCompilerFactory compilerF,
SQLBridgeFactory sqlBridgeF,
SQLGenerator sqlGenerator,
TableDescTriples tripleTableDesc,
TableDescQuads quadTableDesc,
TableDescNodes nodeTableDesc) |
TupleLoaderBase(SDBConnection connection,
TableDesc tableDesc,
int chunkSize) |
Modifier and Type | Method and Description |
---|---|
static long |
StoreBaseHash.getSize(SDBConnection connection,
TableDescQuads tableDescQuads,
Node node) |
Modifier and Type | Method and Description |
---|---|
static long |
StoreBaseIndex.getSize(SDBConnection connection,
TableDescQuads tableDescQuads,
Node node) |
Modifier and Type | Method and Description |
---|---|
static SDBConnection |
SDBConnectionFactory.create(Connection sqlConnection) |
static SDBConnection |
SDBConnectionFactory.create(SDBConnectionDesc desc) |
static SDBConnection |
SDBConnectionFactory.create(String configFile) |
static SDBConnection |
SDBConnectionFactory.create(String url,
String user,
String password) |
static SDBConnection |
SDBConnection.none() |
Modifier and Type | Method and Description |
---|---|
static void |
TableUtils.dropTable(SDBConnection connection,
String tableName) |
static void |
TableUtils.dropTableSilent(SDBConnection connection,
String tableName) |
static void |
TableUtils.dump(SDBConnection conn,
String tableName) |
Modifier and Type | Method and 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,
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) |
StoreConfig(SDBConnection sdb) |
StoreFormatterBase(SDBConnection connection) |
TupleLoaderOne(SDBConnection connection) |
TupleLoaderOne(SDBConnection connection,
TableDesc tableDesc) |
Modifier and Type | Method and Description |
---|---|
static void |
H2Utils.checkpoint(SDBConnection sdb) |
static void |
HSQLUtils.checkpoint(SDBConnection sdb) |
static void |
H2Utils.shutdown(SDBConnection sdb) |
static void |
HSQLUtils.shutdown(SDBConnection sdb) |
Modifier and Type | Method and Description |
---|---|
SDBConnection |
ModStore.getConnection() |
Licenced under the Apache License, Version 2.0