Interface DriverNameService
-
public interface DriverNameServiceUsed by DBRider to know which driver it is working on. By default DBRider will try to infer the name from connection metadata but if your driver name does not match expected names you can implement this interface and enable it in src/main/resources/META-INF/services/com.github.database.rider.core.spi.DriverNameService file which may contain the fully qualified name of your DriverNameService implementation.- See Also:
DriverUtils.getDriverName(Connection)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDriverName(Connection connection)
-
-
-
Method Detail
-
getDriverName
String getDriverName(Connection connection)
-
-