Uses of Class
org.eclipse.rdf4j.query.UpdateExecutionException
-
Packages that use UpdateExecutionException 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.spring.operationlog Rdf4j-Spring OperationLogorg.eclipse.rdf4j.spring.resultcache Rdf4j-Spring ResultCacheorg.eclipse.rdf4j.spring.support.query org.eclipse.rdf4j.testsuite.query.parser.sparql org.eclipse.rdf4j.workbench.util -
-
Uses of UpdateExecutionException in org.eclipse.rdf4j.console.command
Methods in org.eclipse.rdf4j.console.command that throw UpdateExecutionException Modifier and Type Method Description protected void
TupleAndGraphQueryEvaluator. executeUpdate(QueryLanguage queryLn, String queryString)
Execute a SPARQL update -
Uses of UpdateExecutionException in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that throw UpdateExecutionException Modifier and Type Method Description void
Update. execute()
Execute this update on the repository. -
Uses of UpdateExecutionException in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation that throw UpdateExecutionException Modifier and Type Method Description protected abstract void
AbstractQueryPreparer. execute(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime)
-
Uses of UpdateExecutionException in org.eclipse.rdf4j.repository.http
Subclasses of UpdateExecutionException in org.eclipse.rdf4j.repository.http Modifier and Type Class Description class
HTTPUpdateExecutionException
Methods in org.eclipse.rdf4j.repository.http that throw UpdateExecutionException Modifier and Type Method Description void
HTTPUpdate. execute()
-
Uses of UpdateExecutionException in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that throw UpdateExecutionException Modifier and Type Method Description void
SailUpdate. execute()
-
Uses of UpdateExecutionException in org.eclipse.rdf4j.repository.sparql.query
Methods in org.eclipse.rdf4j.repository.sparql.query that throw UpdateExecutionException Modifier and Type Method Description void
SPARQLUpdate. execute()
-
Uses of UpdateExecutionException in org.eclipse.rdf4j.spring.operationlog
Methods in org.eclipse.rdf4j.spring.operationlog that throw UpdateExecutionException Modifier and Type Method Description void
LoggingUpdate. execute()
-
Uses of UpdateExecutionException in org.eclipse.rdf4j.spring.resultcache
Methods in org.eclipse.rdf4j.spring.resultcache that throw UpdateExecutionException Modifier and Type Method Description void
ClearableAwareUpdate. execute()
-
Uses of UpdateExecutionException in org.eclipse.rdf4j.spring.support.query
Methods in org.eclipse.rdf4j.spring.support.query that throw UpdateExecutionException Modifier and Type Method Description void
DelegatingUpdate. execute()
-
Uses of UpdateExecutionException in org.eclipse.rdf4j.testsuite.query.parser.sparql
Methods in org.eclipse.rdf4j.testsuite.query.parser.sparql that throw UpdateExecutionException Modifier and Type Method Description void
SPARQLUpdateTest. contextualInsertDeleteData()
-
Uses of UpdateExecutionException in org.eclipse.rdf4j.workbench.util
Methods in org.eclipse.rdf4j.workbench.util that throw UpdateExecutionException Modifier and Type Method 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.
-