Uses of Interface
org.eclipse.rdf4j.query.Update
-
-
Uses of Update in org.eclipse.rdf4j.federated.repository
Methods in org.eclipse.rdf4j.federated.repository that return Update Modifier and Type Method Description Update
FedXRepositoryConnection. 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 class
AbstractHTTPUpdate
Base class for anyUpdate
operation 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 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(String update)
Prepares a SPARQL Update operation.Update
RepositoryConnection. prepareUpdate(QueryLanguage ql, String update)
Prepares an Update operation.Update
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 Update Modifier and Type Method Description Update
AbstractRepositoryConnection. prepareUpdate(QueryLanguage ql, String update)
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 Update Modifier and Type Method Description Update
ContextAwareConnection. prepareUpdate(String query)
Update
ContextAwareConnection. prepareUpdate(QueryLanguage ql, String query)
Update
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 Update Modifier and Type Method Description boolean
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 Update Modifier and Type Method Description Update
InterceptingRepositoryConnectionWrapper. prepareUpdate(QueryLanguage ql, String update, String baseURI)
Update
NotifyingRepositoryConnectionWrapper. 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 boolean
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 Update Modifier and Type Method Description void
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 Modifier and Type Class Description class
HTTPUpdate
Update 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 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, 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 Update
SPARQLConnection. 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 class
SPARQLUpdate
Update operation of theSPARQLRepository
-
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 Constructor Description UpdateExecutionBuilder(Update update, RDF4JTemplate template)
-
Uses of Update in org.eclipse.rdf4j.spring.operationcache
Methods in org.eclipse.rdf4j.spring.operationcache that return Update Modifier and Type Method Description Update
CachingOperationInstantiator. getUpdate(RepositoryConnection con, Class<?> owner, String operationName, Supplier<String> updateStringSupplier)
-
Uses of Update in org.eclipse.rdf4j.spring.operationlog
Classes in org.eclipse.rdf4j.spring.operationlog that implement Update Modifier and Type Class Description class
LoggingUpdate
Methods in org.eclipse.rdf4j.spring.operationlog that return Update Modifier and Type Method Description Update
LoggingRepositoryConnection. prepareUpdate(QueryLanguage ql, String updateString, String baseURI)
Constructors in org.eclipse.rdf4j.spring.operationlog with parameters of type Update Constructor Description LoggingUpdate(Update delegate, OperationLog operationLog)
-
Uses of Update in org.eclipse.rdf4j.spring.resultcache
Classes in org.eclipse.rdf4j.spring.resultcache that implement Update Modifier and Type Class Description class
ClearableAwareUpdate
Update that, upon each invocation ofexecute()
, clears the result cache it is aware of.Methods in org.eclipse.rdf4j.spring.resultcache that return Update Modifier and Type Method Description Update
CachingRepositoryConnection. prepareUpdate(QueryLanguage ql, String updateString, String baseURI)
Constructors in org.eclipse.rdf4j.spring.resultcache with parameters of type Update Constructor Description ClearableAwareUpdate(Update delegate, Clearable clearable)
-
Uses of Update in org.eclipse.rdf4j.spring.support
Methods in org.eclipse.rdf4j.spring.support that return Update Modifier and Type Method Description Update
DirectOperationInstantiator. getUpdate(RepositoryConnection con, Class<?> owner, String operationName, Supplier<String> updateStringSupplier)
Update
DirectOperationInstantiator. getUpdate(RepositoryConnection con, String updateString)
Update
OperationInstantiator. getUpdate(RepositoryConnection con, Class<?> owner, String operationName, Supplier<String> updateStringSupplier)
Update
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 Update Modifier and Type Class Description class
DelegatingUpdate
Methods in org.eclipse.rdf4j.spring.support.query that return Update Modifier and Type Method Description protected Update
DelegatingUpdate. getDelegate()
Constructors in org.eclipse.rdf4j.spring.support.query with parameters of type Update Constructor Description DelegatingUpdate(Update delegate)
-
Uses of Update in org.eclipse.rdf4j.spring.tx
Methods in org.eclipse.rdf4j.spring.tx that return Update Modifier and Type Method Description Update
TransactionalRepositoryConnection. prepareUpdate(String update)
-