Interface LinkSparqlUpdateWrapper

All Superinterfaces:
AutoCloseable, org.apache.jena.rdflink.LinkSparqlUpdate, LinkSparqlUpdateBase, org.apache.jena.sparql.core.Transactional, TransactionalWrapper
All Known Implementing Classes:
LinkSparqlUpdateUpdateTransform, LinkSparqlUpdateWrapperBase

public interface LinkSparqlUpdateWrapper extends LinkSparqlUpdateBase
  • 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
     
    org.apache.jena.rdflink.LinkSparqlUpdate
    This method needs to be overridden for transaction support

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

    newUpdate

    Methods inherited from interface org.aksw.jenax.dataaccess.sparql.link.update.LinkSparqlUpdateBase

    update, update, update

    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, getTransactionalDelegate, isInTransaction, promote, transactionMode, transactionType
  • Method Details

    • getDelegate

      org.apache.jena.rdflink.LinkSparqlUpdate getDelegate()
      Description copied from interface: TransactionalWrapper
      This method needs to be overridden for transaction support
      Specified by:
      getDelegate in interface TransactionalWrapper
    • close

      default void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface org.apache.jena.rdflink.LinkSparqlUpdate