Uses of Interface
org.eclipse.rdf4j.query.Update
-
Packages that use Update Package Description 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 ARepository
that serves as a SPARQL endpoint client.org.eclipse.rdf4j.repository.sparql.query -
-
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 class
AbstractHTTPUpdate
Base class for anyUpdate
operation over HTTP. -
Uses of Update in org.eclipse.rdf4j.query.algebra.evaluation
Classes in org.eclipse.rdf4j.query.algebra.evaluation that implement Update Modifier and Type Class Description (package private) class
AbstractQueryPreparer.UpdateImpl
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return Update Modifier and Type Method Description Update
AbstractQueryPreparer. prepare(ParsedUpdate u)
Update
QueryPreparer. 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 class
AbstractParserUpdate
class
AbstractUpdate
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 Modifier and Type Class Description class
AbstractParserUpdate
-
Uses of Update in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository that return Update Modifier and Type Method Description default Update
RepositoryConnection. prepareUpdate(java.lang.String update)
Prepares a SPARQL Update operation.Update
RepositoryConnection. prepareUpdate(QueryLanguage ql, java.lang.String update)
Prepares an Update operation.Update
RepositoryConnection. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.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 Update
AbstractRepositoryConnection. prepareUpdate(QueryLanguage ql, java.lang.String update)
Update
RepositoryConnectionWrapper. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.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 Update
ContextAwareConnection. prepareUpdate(java.lang.String query)
Update
ContextAwareConnection. prepareUpdate(QueryLanguage ql, java.lang.String query)
Update
ContextAwareConnection. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.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 boolean
RepositoryConnectionInterceptor. execute(RepositoryConnection conn, QueryLanguage ql, java.lang.String update, java.lang.String baseURI, Update operation)
void
RepositoryConnectionListener. execute(RepositoryConnection conn, QueryLanguage ql, java.lang.String update, java.lang.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 Update
InterceptingRepositoryConnectionWrapper. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI)
Update
NotifyingRepositoryConnectionWrapper. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI)
Methods in org.eclipse.rdf4j.repository.event.base with parameters of type Update Modifier and Type Method Description boolean
RepositoryConnectionInterceptorAdapter. execute(RepositoryConnection conn, QueryLanguage ql, java.lang.String update, java.lang.String baseURI, Update operation)
void
RepositoryConnectionListenerAdapter. execute(RepositoryConnection conn, QueryLanguage ql, java.lang.String update, java.lang.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 void
DebugRepositoryConnectionListener. execute(RepositoryConnection conn, QueryLanguage ql, java.lang.String update, java.lang.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 class
HTTPUpdate
Update specific to the HTTP protocol.Methods in org.eclipse.rdf4j.repository.http that return Update Modifier and Type Method Description Update
HTTPRepositoryConnection. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.String baseURI)
-
Uses of Update in org.eclipse.rdf4j.repository.sail
Classes in org.eclipse.rdf4j.repository.sail that implement Update Modifier and Type Class Description class
SailUpdate
Methods in org.eclipse.rdf4j.repository.sail that return Update Modifier and Type Method Description Update
SailQueryPreparer. prepare(ParsedUpdate graphUpdate)
Update
SailRepositoryConnection. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.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 Update
SPARQLConnection. prepareUpdate(QueryLanguage ql, java.lang.String update, java.lang.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 class
SPARQLUpdate
Update operation of theSPARQLRepository
-