Searched defs:driver (Results 1 – 4 of 4) sorted by relevance
42 Driver driver = getDriver(); in testDriverImplementation() local47 Driver driver = getDriver(); in testAcceptsURL() local60 Driver driver = getDriver(); in testGetPropertyInfo() local72 Driver driver = DriverManager.getDriver(SQLITE_JDBC_URL); in getDriver() local
41 Driver driver = DriverManager.getDriver(getConnectionURL()); in testConnect() local
119 public static void deregisterDriver(Driver driver) throws SQLException { in deregisterDriver()334 public static void registerDriver(Driver driver) throws SQLException { in registerDriver()
78 String driver = System.getProperty("org.xml.sax.parser"); in ParserAdapter() local