Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/sql/
DDriverTest.java42 Driver driver = getDriver(); in testDriverImplementation() local
47 Driver driver = getDriver(); in testAcceptsURL() local
60 Driver driver = getDriver(); in testGetPropertyInfo() local
72 Driver driver = DriverManager.getDriver(SQLITE_JDBC_URL); in getDriver() local
DConnectionTest.java41 Driver driver = DriverManager.getDriver(getConnectionURL()); in testConnect() local
/libcore/luni/src/main/java/java/sql/
DDriverManager.java119 public static void deregisterDriver(Driver driver) throws SQLException { in deregisterDriver()
334 public static void registerDriver(Driver driver) throws SQLException { in registerDriver()
/libcore/luni/src/main/java/org/xml/sax/helpers/
DParserAdapter.java78 String driver = System.getProperty("org.xml.sax.parser"); in ParserAdapter() local