| 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  Repositorythat 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 update,
             String baseURI) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractHTTPUpdateBase class for any  Updateoperation 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  | AbstractUpdateAbstract 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 | InterceptingRepositoryConnectionWrapper. prepareUpdate(QueryLanguage ql,
             String update,
             String baseURI) | 
| Update | NotifyingRepositoryConnectionWrapper. 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  | HTTPUpdateUpdate 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  | SPARQLUpdateUpdate 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.