-
public interface DriverProvider
Responsible for looking up database drivers by name
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Driver
getDriver(String driverName)
Returns the driver of the given name
-