| Package | Description |
|---|---|
| org.eclipse.rdf4j.repository |
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
|
| org.eclipse.rdf4j.repository.base |
Abstract base classes and wrappers for the main Repository API interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
RepositoryConnection.add(RepositoryResult<org.eclipse.rdf4j.model.Statement> statements,
org.eclipse.rdf4j.model.Resource... contexts)
Adds the supplied statements to this repository, optionally to one or more named contexts.
|
default void |
RepositoryConnection.remove(RepositoryResult<org.eclipse.rdf4j.model.Statement> statements,
org.eclipse.rdf4j.model.Resource... contexts)
Removes the supplied statements from a specific context in this repository, ignoring any context information
carried by the statements themselves.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryResult<org.eclipse.rdf4j.model.Resource> |
RepositoryConnectionWrapper.getContextIDs() |
RepositoryResult<org.eclipse.rdf4j.model.Namespace> |
RepositoryConnectionWrapper.getNamespaces() |
RepositoryResult<org.eclipse.rdf4j.model.Statement> |
RepositoryConnectionWrapper.getStatements(org.eclipse.rdf4j.model.Resource subj,
org.eclipse.rdf4j.model.IRI pred,
org.eclipse.rdf4j.model.Value obj,
boolean includeInferred,
org.eclipse.rdf4j.model.Resource... contexts) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RepositoryConnectionWrapper.exportStatements(RepositoryResult<org.eclipse.rdf4j.model.Statement> stIter,
RDFHandler handler)
Exports all statements contained in the supplied statement iterator and all relevant namespace information to the
supplied RDFHandler.
|
Copyright © 2015-2021 Eclipse Foundation. All Rights Reserved.