Interface LinkSparqlUpdateRequest

All Superinterfaces:
AutoCloseable, org.apache.jena.rdflink.LinkSparqlUpdate, LinkSparqlUpdateBase, org.apache.jena.sparql.core.Transactional, TransactionalWrapper

public interface LinkSparqlUpdateRequest 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
    default org.apache.jena.sparql.exec.UpdateExecBuilder
     
    default void
    update(String updateString)
     
    default void
    update(org.apache.jena.update.Update update)
     
    default void
    update(org.apache.jena.update.UpdateRequest 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
    • update

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

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

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

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

      default org.apache.jena.sparql.exec.UpdateExecBuilder newUpdate()
      Specified by:
      newUpdate in interface org.apache.jena.rdflink.LinkSparqlUpdate