| Package | Description |
|---|---|
| org.eclipse.rdf4j.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API
for RDF repositories.
|
| org.eclipse.rdf4j.sail.helpers |
Generic utility classes for RDF Sail implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NotifyingSailConnection
A connection to an RDF Sail object.
|
| Modifier and Type | Method and Description |
|---|---|
SailConnection |
Sail.getConnection()
Opens a connection on the Sail which can be used to query and update data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSailConnection
Abstract Class offering base functionality for SailConnection implementations.
|
class |
NotifyingSailConnectionBase
Abstract Class offering base functionality for SailConnection implementations.
|
class |
NotifyingSailConnectionWrapper
An implementation of the
NotifyingSailConnection interface that wraps
another NotifyingSailConnection object and forwards any method calls to the
wrapped transaction. |
class |
SailConnectionBase
Deprecated.
since 4.0. USe
AbstractSailConnection instead. |
class |
SailConnectionWrapper
An implementation of the SailConnection interface that wraps another SailConnection object and forwards any
method calls to the wrapped connection.
|
| Modifier and Type | Method and Description |
|---|---|
SailConnection |
SailWrapper.getConnection() |
SailConnection |
AbstractSail.getConnection() |
protected abstract SailConnection |
AbstractSail.getConnectionInternal()
Returns a store-specific SailConnection object.
|
SailConnection |
SailConnectionWrapper.getWrappedConnection()
Gets the connection that is wrapped by this object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSail.connectionClosed(SailConnection connection)
Signals to the store that the supplied connection has been closed; called by
AbstractSailConnection.close(). |
| Constructor and Description |
|---|
SailConnectionWrapper(SailConnection wrappedCon)
Creates a new TransactionWrapper object that wraps the supplied connection.
|
Copyright © 2015-2016 Eclipse Foundation. All Rights Reserved.