| 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 | Method and Description |
|---|---|
NotifyingSailConnection |
NotifyingSail.getConnection()
Opens a connection on the Sail which can be used to query and update data.
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
NotifyingSailConnection |
NotifyingSailWrapper.getConnection() |
NotifyingSailConnection |
AbstractNotifyingSail.getConnection() |
protected abstract NotifyingSailConnection |
AbstractNotifyingSail.getConnectionInternal() |
NotifyingSailConnection |
NotifyingSailConnectionWrapper.getWrappedConnection() |
| Constructor and Description |
|---|
NotifyingSailConnectionWrapper(NotifyingSailConnection wrappedCon)
Creates a new
NotifyingSailConnectionWrapper object that wraps the supplied connection. |
Copyright © 2015-2016 Eclipse Foundation. All Rights Reserved.