Interface DriverProvider


public interface DriverProvider
Responsible for looking up database drivers by name
  • Method Summary

    Modifier and Type
    Method
    Description
    getDriver(String driverName)
    Returns the driver of the given name
  • Method Details

    • getDriver

      Driver getDriver(String driverName)
      Returns the driver of the given name
      Parameters:
      driverName - the name of the driver
      Returns:
      the driver