Interface DriverProvider


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

      • getDriver

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