| Package | Description |
|---|---|
| org.eclipse.rdf4j.sail.base |
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
|
| org.eclipse.rdf4j.sail.inferencer |
| Modifier and Type | Class and Description |
|---|---|
class |
SailSourceConnection
A
SailConnection implementation that is based on an SailStore . |
| Modifier and Type | Class and Description |
|---|---|
class |
InferencerConnectionWrapper
An extension of ConnectionWrapper that implements the
InferencerConnection interface. |
| Modifier and Type | Method and Description |
|---|---|
InferencerConnection |
InferencerConnectionWrapper.getWrappedConnection()
Gets the connection that is wrapped by this object.
|
| Constructor and Description |
|---|
InferencerConnectionWrapper(InferencerConnection con)
Creates a new InferencerConnectionWrapper object that wraps the supplied transaction.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.