Class RDFDatasetAccessConnectionBase

java.lang.Object
org.aksw.jena_sparql_api.ext.virtuoso.RDFDatasetAccessConnectionBase
All Implemented Interfaces:
AutoCloseable, org.aksw.jenax.dataaccess.sparql.common.TransactionalWrapper, org.apache.jena.rdfconnection.RDFDatasetAccessConnection, org.apache.jena.sparql.core.Transactional
Direct Known Subclasses:
RDFDatasetConnectionVirtuoso

public abstract class RDFDatasetAccessConnectionBase extends Object implements org.apache.jena.rdfconnection.RDFDatasetAccessConnection, org.aksw.jenax.dataaccess.sparql.common.TransactionalWrapper
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.jena.sparql.core.Transactional

    org.apache.jena.sparql.core.Transactional.Promote
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    begin(org.apache.jena.query.ReadWrite readWrite)
     
    void
     
    void
     
    void
    end()
     
    org.apache.jena.rdf.model.Model
     
    org.apache.jena.rdf.model.Model
    fetch(String graphName)
     
    org.apache.jena.query.Dataset
     
    protected abstract org.apache.jena.rdfconnection.SparqlQueryConnection
     
    boolean
     
    boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    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

    begin, getDelegate, getTransactionalDelegate, promote, transactionMode, transactionType
  • Constructor Details

    • RDFDatasetAccessConnectionBase

      public RDFDatasetAccessConnectionBase()
  • Method Details

    • getQueryConnection

      protected abstract org.apache.jena.rdfconnection.SparqlQueryConnection getQueryConnection()
    • begin

      public void begin(org.apache.jena.query.ReadWrite readWrite)
      Specified by:
      begin in interface org.apache.jena.sparql.core.Transactional
      Specified by:
      begin in interface org.aksw.jenax.dataaccess.sparql.common.TransactionalWrapper
    • commit

      public void commit()
      Specified by:
      commit in interface org.apache.jena.sparql.core.Transactional
      Specified by:
      commit in interface org.aksw.jenax.dataaccess.sparql.common.TransactionalWrapper
    • abort

      public void abort()
      Specified by:
      abort in interface org.apache.jena.sparql.core.Transactional
      Specified by:
      abort in interface org.aksw.jenax.dataaccess.sparql.common.TransactionalWrapper
    • end

      public void end()
      Specified by:
      end in interface org.apache.jena.sparql.core.Transactional
      Specified by:
      end in interface org.aksw.jenax.dataaccess.sparql.common.TransactionalWrapper
    • isInTransaction

      public boolean isInTransaction()
      Specified by:
      isInTransaction in interface org.apache.jena.sparql.core.Transactional
      Specified by:
      isInTransaction in interface org.aksw.jenax.dataaccess.sparql.common.TransactionalWrapper
    • fetch

      public org.apache.jena.rdf.model.Model fetch(String graphName)
      Specified by:
      fetch in interface org.apache.jena.rdfconnection.RDFDatasetAccessConnection
    • fetch

      public org.apache.jena.rdf.model.Model fetch()
      Specified by:
      fetch in interface org.apache.jena.rdfconnection.RDFDatasetAccessConnection
    • fetchDataset

      public org.apache.jena.query.Dataset fetchDataset()
      Specified by:
      fetchDataset in interface org.apache.jena.rdfconnection.RDFDatasetAccessConnection
    • isClosed

      public boolean isClosed()
      Specified by:
      isClosed in interface org.apache.jena.rdfconnection.RDFDatasetAccessConnection
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface org.apache.jena.rdfconnection.RDFDatasetAccessConnection