Uses of Interface
com.pervasive.datarush.jdbc.DriverProvider
-
Packages that use DriverProvider Package Description com.pervasive.datarush.jdbc -
-
Uses of DriverProvider in com.pervasive.datarush.jdbc
Methods in com.pervasive.datarush.jdbc that return DriverProvider Modifier and Type Method Description static DriverProvider
DefaultConnectionFactory. getDriverProvider()
Gets the driver provider to use.Methods in com.pervasive.datarush.jdbc with parameters of type DriverProvider Modifier and Type Method Description static void
DefaultConnectionFactory. setDriverProvider(DriverProvider driver)
Sets the driver provider to use.
-