spring-framework / org.springframework.jdbc.datasource / SimpleDriverDataSource / setDriverClass

setDriverClass

open fun setDriverClass(driverClass: Class<out Driver>): Unit

Specify the JDBC Driver implementation class to use.

An instance of this Driver class will be created and held within the SimpleDriverDataSource.

See Also
#setDriver