Interface DBManager

All Known Implementing Classes:
MySQLDBManagerImpl

public interface DBManager
DB Manager interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get configured database connection with exception handling
  • Method Details

    • getConnection

      Connection getConnection()
      Get configured database connection with exception handling
      Returns:
      database connection