Uses of Interface
org.eclipse.rdf4j.query.Update
-
Packages that use Update Package Description org.eclipse.rdf4j.federated.repository org.eclipse.rdf4j.http.client.query org.eclipse.rdf4j.query.algebra.evaluation org.eclipse.rdf4j.query.impl org.eclipse.rdf4j.query.parser.impl org.eclipse.rdf4j.repository The Repository API: the main API for accessing rdf databases and SPARQL endpoints.org.eclipse.rdf4j.repository.base Abstract base classes and wrappers for the main Repository API interfaces.org.eclipse.rdf4j.repository.contextaware A repository wrapper with convenience functions for handling contexts.org.eclipse.rdf4j.repository.event Interfaces for notification/interception of events happening on Repositories and RepositoryConnectionsorg.eclipse.rdf4j.repository.event.base Wrapper/adapter base implementations.org.eclipse.rdf4j.repository.event.util 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 ARepositorythat serves as a SPARQL endpoint client.org.eclipse.rdf4j.repository.sparql.query org.eclipse.rdf4j.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases. -
-
Uses of Update in org.eclipse.rdf4j.federated.repository
Methods in org.eclipse.rdf4j.federated.repository that return Update Modifier and Type Method Description UpdateFedXRepositoryConnection. 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 Modifier and Type Class Description classAbstractHTTPUpdateBase class for anyUpdateoperation over HTTP. -
Uses of Update in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return Update Modifier and Type Method Description UpdateAbstractQueryPreparer. prepare(ParsedUpdate u)UpdateQueryPreparer. prepare(ParsedUpdate u) -
Uses of Update in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement Update Modifier and Type Class Description classAbstractParserUpdateclassAbstractUpdateAbstract 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 Modifier and Type Class Description classAbstractParserUpdate -
Uses of Update in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository that return Update Modifier and Type Method Description default UpdateRepositoryConnection. prepareUpdate(String update)Prepares a SPARQL Update operation.UpdateRepositoryConnection. prepareUpdate(QueryLanguage ql, String update)Prepares an Update operation.UpdateRepositoryConnection. 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 Update Modifier and Type Method Description UpdateAbstractRepositoryConnection. prepareUpdate(QueryLanguage ql, String update)UpdateRepositoryConnectionWrapper. 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 Update Modifier and Type Method Description UpdateContextAwareConnection. prepareUpdate(String query)UpdateContextAwareConnection. prepareUpdate(QueryLanguage ql, String query)UpdateContextAwareConnection. 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 Update Modifier and Type Method Description booleanRepositoryConnectionInterceptor. 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 Update Modifier and Type Method Description UpdateInterceptingRepositoryConnectionWrapper. prepareUpdate(QueryLanguage ql, String update, String baseURI)UpdateNotifyingRepositoryConnectionWrapper. prepareUpdate(QueryLanguage ql, String update, String baseURI)Methods in org.eclipse.rdf4j.repository.event.base with parameters of type Update Modifier and Type Method Description booleanRepositoryConnectionInterceptorAdapter. 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 Update Modifier and Type Method Description voidDebugRepositoryConnectionListener. 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 Modifier and Type Class Description classHTTPUpdateUpdate specific to the HTTP protocol. -
Uses of Update in org.eclipse.rdf4j.repository.sail
Classes in org.eclipse.rdf4j.repository.sail that implement Update Modifier and Type Class Description classSailUpdateMethods in org.eclipse.rdf4j.repository.sail that return Update Modifier and Type Method Description UpdateSailQueryPreparer. prepare(ParsedUpdate graphUpdate)UpdateSailRepositoryConnection. 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 Update Modifier and Type Method Description UpdateSPARQLConnection. 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 Modifier and Type Class Description classSPARQLUpdateUpdate operation of theSPARQLRepository -
Uses of Update in org.eclipse.rdf4j.sail
Classes in org.eclipse.rdf4j.sail that implement Update Modifier and Type Class Description classSailConnectionUpdateMethods in org.eclipse.rdf4j.sail that return Update Modifier and Type Method Description UpdateSailConnectionQueryPreparer. prepare(ParsedUpdate graphUpdate)
-