Package com.io7m.idstore.database.api
Interface IdDatabaseConnectionType
-
Method Summary
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IdDatabaseException
-
openTransaction
Begin a new transaction.- Returns:
- The transaction
- Throws:
IdDatabaseException- On errors
-