Interface ConnectionManager

All Known Implementing Classes:
MySQLConnectionManager, MySQLConnectionManager

public interface ConnectionManager
Manages connections to a data source.
Since:
1.6.0
Author:
Isabel Maskrey
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Connection
    Opens a connection to the data source.
  • Method Details

    • connect

      @Nullable @Nullable Connection connect()
      Opens a connection to the data source.
      Returns:
      The connection to the data source.
      Since:
      1.6.0