Searched defs:driver (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/sql/src/main/java/java/sql/
H A DDriverManager.java92 // Load the driver class
110 * Removes a driver from the {@code DriverManager}'s registered driver list.
111 * This will only succeed when the caller's class loader loaded the driver
112 * that is to be removed. If the driver was loaded by a different class
113 * loader, the removal of the driver fails silently.
116 * driver in the future when asked to get a {@code Connection}.
118 * @param driver
119 * the JDBC driver to remove.
124 public static void deregisterDriver(Driver driver) throw argument
364 registerDriver(Driver driver) argument
[all...]

Completed in 33 milliseconds