- driver
- the JDBC driver to remove.
Type Reason Java.Sql.SQLException if there is a problem interfering with accessing the database.
Removes a driver from the DriverManager's registered driver list. This will only succeed when the caller's class loader loaded the driver that is to be removed. If the driver was loaded by a different class loader, the removal of the driver fails silently.
If the removal succeeds, the DriverManager will not use this driver in the future when asked to get a Connection.