Home
last modified time | relevance | path

Searched refs:acceptsURL (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DDriver.java96 boolean acceptsURL(String url) throws SQLException; in acceptsURL() method
DDriverManager.java265 if(aDriver.driver.acceptsURL(url)) { in getDriver()
/libcore/luni/src/test/java/libcore/java/sql/
DDriverTest.java49 assertTrue(driver.acceptsURL(SQLITE_JDBC_URL)); in testAcceptsURL()
/libcore/api/
Dcurrent.txt10103 method public boolean acceptsURL(String) throws java.sql.SQLException;