Package cz.cvut.kbss.jopa.accessors
Interface StorageAccessor
- All Known Implementing Classes:
DefaultStorageAccessor
-
Method Summary
Modifier and TypeMethodDescriptionAcquires a connection to the underlying ontology driver.
-
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
-