Interface LinkSparqlUpdateBase
- All Superinterfaces:
AutoCloseable,org.apache.jena.rdflink.LinkSparqlUpdate,org.apache.jena.sparql.core.Transactional,TransactionalWrapper
- All Known Subinterfaces:
LinkSparqlUpdateRequest,LinkSparqlUpdateWrapper
- All Known Implementing Classes:
LinkSparqlUpdateUpdateTransform,LinkSparqlUpdateWrapperBase
public interface LinkSparqlUpdateBase
extends TransactionalWrapper, org.apache.jena.rdflink.LinkSparqlUpdate
Default methods that delegate everything to the updateBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional
org.apache.jena.sparql.core.Transactional.Promote -
Method Summary
Methods inherited from interface org.apache.jena.rdflink.LinkSparqlUpdate
close, newUpdateMethods inherited from interface org.apache.jena.sparql.core.Transactional
begin, calc, calculate, calculateRead, calculateWrite, exec, execute, executeRead, executeWrite, promoteMethods inherited from interface org.aksw.jenax.dataaccess.sparql.common.TransactionalWrapper
abort, begin, begin, commit, end, getDelegate, getTransactionalDelegate, isInTransaction, promote, transactionMode, transactionType
-
Method Details
-
update
- Specified by:
updatein interfaceorg.apache.jena.rdflink.LinkSparqlUpdate
-
update
default void update(org.apache.jena.update.Update update) - Specified by:
updatein interfaceorg.apache.jena.rdflink.LinkSparqlUpdate
-
update
default void update(org.apache.jena.update.UpdateRequest updateRequest) - Specified by:
updatein interfaceorg.apache.jena.rdflink.LinkSparqlUpdate
-