DriverManager.deregisterDriver
Class Overview | Class Members |
This Package |
All Packages
public static void deregisterDriver( Driver driver ) throws SQLException
Parameters
- driver
- the JDBC Driver to drop
Description
Drop a Driver from the DriverManager's list. Applets can only
deregister Drivers from their own classloader.
Exceptions
SQLException
if a database-access error occurs.