Interface IdDatabaseConnectionType
- All Superinterfaces:
AutoCloseable
The type of database connections.
-
Method Summary
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IdDatabaseException
-
openTransaction
Begin a new transaction.- Returns:
- The transaction
- Throws:
IdDatabaseException- On errors
-