Uses of Class
org.eclipse.rdf4j.query.UpdateExecutionException
Package
Description
Interfaces and classes for handling queries and query results.
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Repository implementation for local RDF databases that implement the SAIL SPI.
Rdf4j-Spring OperationLog
Rdf4j-Spring ResultCache
-
Uses of UpdateExecutionException in org.eclipse.rdf4j.console.command
Modifier and TypeMethodDescriptionprotected void
TupleAndGraphQueryEvaluator.executeUpdate
(QueryLanguage queryLn, String queryString) Execute a SPARQL update -
Uses of UpdateExecutionException in org.eclipse.rdf4j.query
-
Uses of UpdateExecutionException in org.eclipse.rdf4j.repository.http
-
Uses of UpdateExecutionException in org.eclipse.rdf4j.repository.sail
-
Uses of UpdateExecutionException in org.eclipse.rdf4j.repository.sparql.query
-
Uses of UpdateExecutionException in org.eclipse.rdf4j.spring.operationlog
-
Uses of UpdateExecutionException in org.eclipse.rdf4j.spring.resultcache
-
Uses of UpdateExecutionException in org.eclipse.rdf4j.spring.support.query
-
Uses of UpdateExecutionException in org.eclipse.rdf4j.testsuite.query.parser.sparql
-
Uses of UpdateExecutionException in org.eclipse.rdf4j.workbench.util
Modifier and TypeMethodDescriptionvoid
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.