Interface StorageAccessor

All Superinterfaces:
Closeable, Wrapper
All Known Implementing Classes:
DefaultStorageAccessor

public interface StorageAccessor extends Closeable, Wrapper
  • Method Summary

    Modifier and Type
    Method
    Description
    Acquires a connection to the underlying ontology driver.

    Methods inherited from interface cz.cvut.kbss.ontodriver.Closeable

    close, isOpen

    Methods inherited from interface cz.cvut.kbss.jopa.utils.Wrapper

    unwrap
  • Method Details

    • acquireConnection

      Connection acquireConnection()
      Acquires a connection to the underlying ontology driver.
      Returns:
      Connection to the storage
      Throws:
      StorageAccessException - If an error occurs when acquiring connection from the underlying driver