| Interface | Description |
|---|---|
| RdbmsProvider |
Each supported relation store should implement this service provider
interface to initiate a connection factory tailored to the given product name
and version.
|
| Class | Description |
|---|---|
| RdbmsConnection |
Coordinates the triple store, namespace manager, optimizer, and evaluation
strategy into the
SailConnection interface. |
| RdbmsConnectionFactory |
Responsible to initialise and wire all components together that will be
needed to satisfy any sail connection request.
|
| RdbmsStore | Deprecated
the RDBMS SAIL is no longer actively supported and will be
removed in a future Sesame release.
|
| RdbmsTripleRepository |
Facade to
TransTableManager, URITable, BNodeTable and
LiteralTable for adding, removing, and retrieving statements from the
database. |
| RdbmsValueFactory |
Provides basic value creation both for traditional values as well as values
with an internal id.
|
Copyright © 2001-2014 Aduna. All Rights Reserved.