Package | Description |
---|---|
org.eclipse.rdf4j.federated.repository | |
org.eclipse.rdf4j.http.client.query | |
org.eclipse.rdf4j.query.algebra.evaluation | |
org.eclipse.rdf4j.query.impl | |
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.
|
org.eclipse.rdf4j.repository.contextaware |
A repository wrapper with convenience functions for handling contexts.
|
org.eclipse.rdf4j.repository.event |
Interfaces for notification/interception of events happening on Repositories and RepositoryConnections
|
org.eclipse.rdf4j.repository.event.base |
Wrapper/adapter base implementations.
|
org.eclipse.rdf4j.repository.event.util | |
org.eclipse.rdf4j.repository.http |
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
|
org.eclipse.rdf4j.repository.sail |
Repository implementation for local RDF databases that implement the SAIL SPI.
|
org.eclipse.rdf4j.repository.sparql |
A
Repository that serves as a SPARQL endpoint client. |
org.eclipse.rdf4j.repository.sparql.query | |
org.eclipse.rdf4j.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
|
Modifier and Type | Method and Description |
---|---|
Update |
FedXRepositoryConnection.prepareUpdate(QueryLanguage ql,
String updateString,
String baseURI) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHTTPUpdate
Base class for any
Update operation over HTTP. |
Modifier and Type | Method and Description |
---|---|
Update |
QueryPreparer.prepare(ParsedUpdate u) |
Update |
AbstractQueryPreparer.prepare(ParsedUpdate u) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParserUpdate |
class |
AbstractUpdate
Abstract super class of all update types.
|
Modifier and Type | Method and Description |
---|---|
Update |
RepositoryConnection.prepareUpdate(QueryLanguage ql,
String update)
Prepares an Update operation.
|
Update |
RepositoryConnection.prepareUpdate(QueryLanguage ql,
String update,
String baseURI)
Prepares an Update operation.
|
default Update |
RepositoryConnection.prepareUpdate(String update)
Prepares a SPARQL Update operation.
|
Modifier and Type | Method and Description |
---|---|
Update |
AbstractRepositoryConnection.prepareUpdate(QueryLanguage ql,
String update) |
Update |
RepositoryConnectionWrapper.prepareUpdate(QueryLanguage ql,
String update,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
Update |
ContextAwareConnection.prepareUpdate(QueryLanguage ql,
String query) |
Update |
ContextAwareConnection.prepareUpdate(QueryLanguage ql,
String update,
String baseURI) |
Update |
ContextAwareConnection.prepareUpdate(String query) |
Modifier and Type | Method and Description |
---|---|
boolean |
RepositoryConnectionInterceptor.execute(RepositoryConnection conn,
QueryLanguage ql,
String update,
String baseURI,
Update operation) |
void |
RepositoryConnectionListener.execute(RepositoryConnection conn,
QueryLanguage ql,
String update,
String baseURI,
Update operation) |
Modifier and Type | Method and Description |
---|---|
Update |
NotifyingRepositoryConnectionWrapper.prepareUpdate(QueryLanguage ql,
String update,
String baseURI) |
Update |
InterceptingRepositoryConnectionWrapper.prepareUpdate(QueryLanguage ql,
String update,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
boolean |
RepositoryConnectionInterceptorAdapter.execute(RepositoryConnection conn,
QueryLanguage ql,
String update,
String baseURI,
Update operation) |
void |
RepositoryConnectionListenerAdapter.execute(RepositoryConnection conn,
QueryLanguage ql,
String update,
String baseURI,
Update operation) |
Modifier and Type | Method and Description |
---|---|
void |
DebugRepositoryConnectionListener.execute(RepositoryConnection conn,
QueryLanguage ql,
String update,
String baseURI,
Update operation) |
Modifier and Type | Class and Description |
---|---|
class |
HTTPUpdate
Update specific to the HTTP protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
SailUpdate |
Modifier and Type | Method and Description |
---|---|
Update |
SailQueryPreparer.prepare(ParsedUpdate graphUpdate) |
Update |
SailRepositoryConnection.prepareUpdate(QueryLanguage ql,
String update,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
Update |
SPARQLConnection.prepareUpdate(QueryLanguage ql,
String update,
String baseURI) |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLUpdate
Update operation of the
SPARQLRepository |
Modifier and Type | Class and Description |
---|---|
class |
SailConnectionUpdate |
Modifier and Type | Method and Description |
---|---|
Update |
SailConnectionQueryPreparer.prepare(ParsedUpdate graphUpdate) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.