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

    Modifier and Type
    Method
    Description
    default void
    update(String updateString)
     
    default void
    update(org.apache.jena.update.Update update)
     
    default void
    update(org.apache.jena.update.UpdateRequest updateRequest)
     

    Methods inherited from interface org.apache.jena.rdflink.LinkSparqlUpdate

    close, newUpdate

    Methods inherited from interface org.apache.jena.sparql.core.Transactional

    begin, calc, calculate, calculateRead, calculateWrite, exec, execute, executeRead, executeWrite, promote

    Methods inherited from interface org.aksw.jenax.dataaccess.sparql.common.TransactionalWrapper

    abort, begin, begin, commit, end, getDelegate, getTransactionalDelegate, isInTransaction, promote, transactionMode, transactionType
  • Method Details

    • update

      default void update(String updateString)
      Specified by:
      update in interface org.apache.jena.rdflink.LinkSparqlUpdate
    • update

      default void update(org.apache.jena.update.Update update)
      Specified by:
      update in interface org.apache.jena.rdflink.LinkSparqlUpdate
    • update

      default void update(org.apache.jena.update.UpdateRequest updateRequest)
      Specified by:
      update in interface org.apache.jena.rdflink.LinkSparqlUpdate