Searched refs:getDriver (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/sql/
H A DOldDriverPropertyInfoTest.java52 Driver d = DriverManager.getDriver(connectionURL);
/libcore/luni/src/test/java/libcore/sqlite/
H A DOldJDBCDriverTest.java38 returnedDriver = DriverManager.getDriver(getConnectionURL());
/libcore/luni/src/main/java/java/sql/
H A DDriverManager.java222 public static Driver getDriver(String url) throws SQLException { method in class:DriverManager

Completed in 145 milliseconds