Uses of Interface
org.eclipse.rdf4j.query.Update
Packages that use 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
-
Uses of Update in org.eclipse.rdf4j.federated.repository
Methods in org.eclipse.rdf4j.federated.repository that return UpdateModifier and TypeMethodDescriptionFedXRepositoryConnection.prepareUpdate(QueryLanguage ql, String updateString, String baseURI)
-
Uses of Update in org.eclipse.rdf4j.http.client.query
Classes in org.eclipse.rdf4j.http.client.query that implement Update -
Uses of Update in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return UpdateModifier and TypeMethodDescriptionAbstractQueryPreparer.prepare(ParsedUpdate u)
QueryPreparer.prepare(ParsedUpdate u)
-
Uses of Update in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement UpdateModifier and TypeClassDescriptionclass
class
Abstract super class of all update types. -
Uses of Update in org.eclipse.rdf4j.query.parser.impl
Classes in org.eclipse.rdf4j.query.parser.impl that implement Update -
Uses of Update in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository that return UpdateModifier 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
Methods in org.eclipse.rdf4j.repository.base that return UpdateModifier and TypeMethodDescriptionAbstractRepositoryConnection.prepareUpdate(QueryLanguage ql, String update)
RepositoryConnectionWrapper.prepareUpdate(QueryLanguage ql, String update, String baseURI)
-
Uses of Update in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware that return UpdateModifier 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
Methods in org.eclipse.rdf4j.repository.event with parameters of type UpdateModifier 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
Methods in org.eclipse.rdf4j.repository.event.base that return UpdateModifier and TypeMethodDescriptionInterceptingRepositoryConnectionWrapper.prepareUpdate(QueryLanguage ql, String update, String baseURI)
NotifyingRepositoryConnectionWrapper.prepareUpdate(QueryLanguage ql, String update, String baseURI)
Methods in org.eclipse.rdf4j.repository.event.base with parameters of type UpdateModifier 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
Methods in org.eclipse.rdf4j.repository.event.util with parameters of type UpdateModifier and TypeMethodDescriptionvoid
DebugRepositoryConnectionListener.execute(RepositoryConnection conn, QueryLanguage ql, String update, String baseURI, Update operation)
-
Uses of Update in org.eclipse.rdf4j.repository.http
Classes in org.eclipse.rdf4j.repository.http that implement Update -
Uses of Update in org.eclipse.rdf4j.repository.sail
Classes in org.eclipse.rdf4j.repository.sail that implement UpdateMethods in org.eclipse.rdf4j.repository.sail that return UpdateModifier and TypeMethodDescriptionSailQueryPreparer.prepare(ParsedUpdate graphUpdate)
SailRepositoryConnection.prepareUpdate(QueryLanguage ql, String update, String baseURI)
-
Uses of Update in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return UpdateModifier and TypeMethodDescriptionSPARQLConnection.prepareUpdate(QueryLanguage ql, String update, String baseURI)
-
Uses of Update in org.eclipse.rdf4j.repository.sparql.query
Classes in org.eclipse.rdf4j.repository.sparql.query that implement Update -
Uses of Update in org.eclipse.rdf4j.spring.dao.support.opbuilder
Constructors in org.eclipse.rdf4j.spring.dao.support.opbuilder with parameters of type Update -
Uses of Update in org.eclipse.rdf4j.spring.operationcache
Methods in org.eclipse.rdf4j.spring.operationcache that return Update -
Uses of Update in org.eclipse.rdf4j.spring.operationlog
Classes in org.eclipse.rdf4j.spring.operationlog that implement UpdateMethods in org.eclipse.rdf4j.spring.operationlog that return UpdateModifier and TypeMethodDescriptionLoggingRepositoryConnection.prepareUpdate(QueryLanguage ql, String updateString, String baseURI)
Constructors in org.eclipse.rdf4j.spring.operationlog with parameters of type Update -
Uses of Update in org.eclipse.rdf4j.spring.resultcache
Classes in org.eclipse.rdf4j.spring.resultcache that implement UpdateModifier and TypeClassDescriptionclass
Update that, upon each invocation ofexecute()
, clears the result cache it is aware of.Methods in org.eclipse.rdf4j.spring.resultcache that return UpdateModifier and TypeMethodDescriptionCachingRepositoryConnection.prepareUpdate(QueryLanguage ql, String updateString, String baseURI)
Constructors in org.eclipse.rdf4j.spring.resultcache with parameters of type Update -
Uses of Update in org.eclipse.rdf4j.spring.support
Methods in org.eclipse.rdf4j.spring.support that return UpdateModifier 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
Classes in org.eclipse.rdf4j.spring.support.query that implement UpdateMethods in org.eclipse.rdf4j.spring.support.query that return UpdateConstructors in org.eclipse.rdf4j.spring.support.query with parameters of type Update