Package com.rosivanyshyn.db.manager
Interface DBManager
- All Known Implementing Classes:
MySQLDBManagerImpl
public interface DBManager
DB Manager interface.
-
Method Summary
Modifier and TypeMethodDescriptionGet configured database connection with exception handling
-
Method Details
-
getConnection
Connection getConnection()Get configured database connection with exception handling- Returns:
- database connection
-