| Package | Description |
|---|---|
| org.openrdf.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API
for RDF repositories.
|
| org.openrdf.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 |
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
Abstract Class offering base functionality for SailConnection
implementations.
|
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 |
SailBase.getConnection() |
protected abstract SailConnection |
SailBase.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 |
SailBase.connectionClosed(SailConnection connection)
Signals to the store that the supplied connection has been closed; called
by
SailConnectionBase.close(). |
| Constructor and Description |
|---|
SailConnectionWrapper(SailConnection wrappedCon)
Creates a new TransactionWrapper object that wraps the supplied
connection.
|
Copyright © 2001-2014 Aduna. All Rights Reserved.