| Package | Description | 
|---|---|
| org.eclipse.rdf4j.console.command | |
| org.eclipse.rdf4j.query | Interfaces and classes for handling queries and query results. | 
| org.eclipse.rdf4j.query.algebra.evaluation | |
| 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.query | |
| org.eclipse.rdf4j.sail | RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases. | 
| org.eclipse.rdf4j.workbench.util | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | TupleAndGraphQueryEvaluator. executeUpdate(QueryLanguage queryLn,
             String queryString)Execute a SPARQL or SERQL update | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Update. execute()Execute this update on the repository. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract void | AbstractQueryPreparer. execute(UpdateExpr updateExpr,
       Dataset dataset,
       BindingSet bindings,
       boolean includeInferred,
       int maxExecutionTime) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HTTPUpdateExecutionException | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HTTPUpdate. execute() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SailUpdate. execute() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SPARQLUpdate. execute() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SailConnectionUpdate. execute() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | QueryStorage. deleteQuery(IRI query,
           String userName)Delete the given query for the given user. | 
| void | QueryStorage. updateQuery(IRI query,
           String userName,
           boolean shared,
           QueryLanguage queryLanguage,
           String queryText,
           boolean infer,
           int rowsPerPage)Update the entry for the given query. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.