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.-
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
Classes in org.eclipse.rdf4j.query.algebra.evaluation that implement UpdateMethods 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 TypeClassDescriptionclassclassAbstract 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 UpdateRepositoryConnection.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 TypeMethodDescriptionbooleanRepositoryConnectionInterceptor.execute(RepositoryConnection conn, QueryLanguage ql, String update, String baseURI, Update operation) voidRepositoryConnectionListener.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 TypeMethodDescriptionbooleanRepositoryConnectionInterceptorAdapter.execute(RepositoryConnection conn, QueryLanguage ql, String update, String baseURI, Update operation) voidRepositoryConnectionListenerAdapter.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 TypeMethodDescriptionvoidDebugRepositoryConnectionListener.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 UpdateMethods in org.eclipse.rdf4j.repository.http that return UpdateModifier and TypeMethodDescriptionHTTPRepositoryConnection.prepareUpdate(QueryLanguage ql, String update, String baseURI) -
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