Share via


DriverManager.getDrivers

Class Overview | Class Members | This Package | All Packages

Syntax

public static Enumeration getDrivers()

Returns

the list of JDBC Drivers loaded by the caller's class loader

Description

Return an Enumeration of all the currently loaded JDBC drivers which the current caller has access to.

Note: The classname of a driver can be found using d.getClass().getName()