| Package | Description |
|---|---|
| org.openrdf.repository |
The Repository API: the main API for handling Sesame repositories.
|
| org.openrdf.repository.base | |
| org.openrdf.repository.config | |
| org.openrdf.repository.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DelegatingRepositoryConnection |
| Modifier and Type | Method and Description |
|---|---|
RepositoryConnection |
Repository.getConnection()
Opens a connection to this repository that can be used for querying and
updating the contents of the repository.
|
RepositoryConnection |
DelegatingRepositoryConnection.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegatingRepositoryConnection.setDelegate(RepositoryConnection delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryConnectionBase
Abstract class implementing most 'convenience' methods in the
RepositoryConnection interface by transforming parameters and mapping the
methods to the basic (abstractly declared) methods.
|
class |
RepositoryConnectionWrapper
Delegates all calls to the delegate RepositoryConnection.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryConnection |
RepositoryWrapper.getConnection() |
RepositoryConnection |
RepositoryConnectionWrapper.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryConnectionWrapper.setDelegate(RepositoryConnection delegate) |
| Constructor and Description |
|---|
RepositoryConnectionWrapper(Repository repository,
RepositoryConnection delegate) |
| Modifier and Type | Method and Description |
|---|---|
static Resource |
RepositoryConfigUtil.getContext(RepositoryConnection con,
String repositoryID) |
static void |
RepositoryConfigUtil.updateRepositoryConfigs(RepositoryConnection con,
RepositoryConfig... configs)
Update the specified RepositoryConnection with the specified set of
RepositoryConfigs.
|
| Modifier and Type | Field and Description |
|---|---|
protected RepositoryConnection |
RDFInserter.con
The connection to use for the add operations.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RepositoryConnectionUtil.isHasStatementOptimized(RepositoryConnection conn) |
| Constructor and Description |
|---|
RDFInserter(RepositoryConnection con)
Creates a new RDFInserter object that preserves bnode IDs and that does
not enforce any context upon statements that are reported to it.
|
RDFRemover(RepositoryConnection con)
Creates a new RDFRemover object that removes the data from the default
context.
|
Copyright © 2001-2016 Aduna. All Rights Reserved.