Uses of Interface
org.eclipse.rdf4j.query.Update
Package
Description
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
Abstract base classes and wrappers for the main Repository API interfaces.
A repository wrapper with convenience functions for handling contexts.
Interfaces for notification/interception of events happening on Repositories and RepositoryConnections
Wrapper/adapter base implementations.
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.
A
Repository
that serves as a SPARQL endpoint client.Rdf4j-Spring OperationCache
Rdf4j-Spring OperationLog
Rdf4j-Spring ResultCache
Rdf4J-Spring Tx
-
Uses of Update in org.eclipse.rdf4j.federated.repository
Modifier and TypeMethodDescriptionFedXRepositoryConnection.prepareUpdate
(QueryLanguage ql, String updateString, String baseURI) -
Uses of Update in org.eclipse.rdf4j.http.client.query
-
Uses of Update in org.eclipse.rdf4j.query.algebra.evaluation
Modifier and TypeMethodDescriptionAbstractQueryPreparer.prepare
(ParsedUpdate u) QueryPreparer.prepare
(ParsedUpdate u) -
Uses of Update in org.eclipse.rdf4j.query.impl
Modifier and TypeClassDescriptionclass
class
Abstract super class of all update types. -
Uses of Update in org.eclipse.rdf4j.query.parser.impl
-
Uses of Update in org.eclipse.rdf4j.repository
Modifier and TypeMethodDescriptiondefault Update
RepositoryConnection.prepareUpdate
(String update) Prepares a SPARQL Update operation.RepositoryConnection.prepareUpdate
(QueryLanguage ql, String update) Prepares an Update operation.RepositoryConnection.prepareUpdate
(QueryLanguage ql, String update, String baseURI) Prepares an Update operation. -
Uses of Update in org.eclipse.rdf4j.repository.base
Modifier and TypeMethodDescriptionAbstractRepositoryConnection.prepareUpdate
(QueryLanguage ql, String update) RepositoryConnectionWrapper.prepareUpdate
(QueryLanguage ql, String update, String baseURI) -
Uses of Update in org.eclipse.rdf4j.repository.contextaware
Modifier and TypeMethodDescriptionContextAwareConnection.prepareUpdate
(String query) ContextAwareConnection.prepareUpdate
(QueryLanguage ql, String query) ContextAwareConnection.prepareUpdate
(QueryLanguage ql, String update, String baseURI) -
Uses of Update in org.eclipse.rdf4j.repository.event
Modifier and TypeMethodDescriptionboolean
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) -
Uses of Update in org.eclipse.rdf4j.repository.event.base
Modifier and TypeMethodDescriptionInterceptingRepositoryConnectionWrapper.prepareUpdate
(QueryLanguage ql, String update, String baseURI) NotifyingRepositoryConnectionWrapper.prepareUpdate
(QueryLanguage ql, String update, String baseURI) Modifier and TypeMethodDescriptionboolean
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) -
Uses of Update in org.eclipse.rdf4j.repository.event.util
Modifier and TypeMethodDescriptionvoid
DebugRepositoryConnectionListener.execute
(RepositoryConnection conn, QueryLanguage ql, String update, String baseURI, Update operation) -
Uses of Update in org.eclipse.rdf4j.repository.http
-
Uses of Update in org.eclipse.rdf4j.repository.sail
Modifier and TypeMethodDescriptionSailQueryPreparer.prepare
(ParsedUpdate graphUpdate) SailRepositoryConnection.prepareUpdate
(QueryLanguage ql, String update, String baseURI) -
Uses of Update in org.eclipse.rdf4j.repository.sparql
Modifier and TypeMethodDescriptionSPARQLConnection.prepareUpdate
(QueryLanguage ql, String update, String baseURI) -
Uses of Update in org.eclipse.rdf4j.repository.sparql.query
-
Uses of Update in org.eclipse.rdf4j.spring.dao.support.opbuilder
-
Uses of Update in org.eclipse.rdf4j.spring.operationcache
-
Uses of Update in org.eclipse.rdf4j.spring.operationlog
Modifier and TypeMethodDescriptionLoggingRepositoryConnection.prepareUpdate
(QueryLanguage ql, String updateString, String baseURI) -
Uses of Update in org.eclipse.rdf4j.spring.resultcache
Modifier and TypeClassDescriptionclass
Update that, upon each invocation ofexecute()
, clears the result cache it is aware of.Modifier and TypeMethodDescriptionCachingRepositoryConnection.prepareUpdate
(QueryLanguage ql, String updateString, String baseURI) -
Uses of Update in org.eclipse.rdf4j.spring.support
Modifier and TypeMethodDescriptionDirectOperationInstantiator.getUpdate
(RepositoryConnection con, Class<?> owner, String operationName, Supplier<String> updateStringSupplier) DirectOperationInstantiator.getUpdate
(RepositoryConnection con, String updateString) OperationInstantiator.getUpdate
(RepositoryConnection con, Class<?> owner, String operationName, Supplier<String> updateStringSupplier) OperationInstantiator.getUpdate
(RepositoryConnection con, String updateString) -
Uses of Update in org.eclipse.rdf4j.spring.support.query
-
Uses of Update in org.eclipse.rdf4j.spring.tx