Searched refs:Driver (Results 1 – 11 of 11) sorted by relevance
24 import java.sql.Driver;43 Driver driver = getDriver(); in testDriverImplementation()48 Driver driver = getDriver(); in testAcceptsURL()61 Driver driver = getDriver(); in testGetPropertyInfo()73 for (Driver driver : Collections.list(DriverManager.getDrivers())) { in testGetDrivers()81 private Driver getDriver() throws SQLException { in getDriver()82 Driver driver = DriverManager.getDriver(SQLITE_JDBC_URL); in getDriver()
20 import java.sql.Driver;52 Driver d = DriverManager.getDriver(connectionURL); in testPublicFields()
8 import java.sql.Driver;41 Driver driver = DriverManager.getDriver(getConnectionURL()); in testConnect()
251 public static Driver getDriver(String url) in getDriver()295 public static synchronized void registerDriver(java.sql.Driver driver) in registerDriver()318 public static synchronized void deregisterDriver(Driver driver) in deregisterDriver()350 public static java.util.Enumeration<Driver> getDrivers() { in getDrivers()351 java.util.Vector<Driver> result = new java.util.Vector<Driver>(); in getDrivers()462 private static boolean isDriverAllowed(Driver driver, Class<?> caller) { in isDriverAllowed()467 private static boolean isDriverAllowed(Driver driver, ClassLoader classLoader) { in isDriverAllowed()502 ServiceLoader<Driver> loadedDrivers = ServiceLoader.load(Driver.class); in loadInitialDrivers()616 final Driver driver;617 DriverInfo(Driver driver) { in DriverInfo()
56 public interface Driver { interface
37 import org.xmlpull.v1.sax2.Driver;49 private Driver driver;55 driver = new Driver(); in setUp()59 Driver driver = null; in testConstructor()61 driver = new Driver(); in testConstructor()81 Driver driver = null; in testConstructor_parametrized()84 driver = new Driver(parser); in testConstructor_parametrized()478 private static class ExtendsDriver extends Driver {
44 public class Driver implements Locator, XMLReader, Attributes class79 public Driver() throws XmlPullParserException { in Driver() method in Driver85 public Driver(XmlPullParser pp) throws XmlPullParserException { in Driver() method in Driver
353 "xml/src/main/java/org/xmlpull/v1/sax2/Driver.java",
748 "ojluni/src/main/java/java/sql/Driver.java",
737 ojluni/src/main/java/java/sql/Driver.java,jdk7u/jdk7u40-b60,jdk/src/share/classes/java/sql/Driver.j…
10102 public interface Driver {10112 method public static void deregisterDriver(java.sql.Driver) throws java.sql.SQLException;10116 method public static java.sql.Driver getDriver(String) throws java.sql.SQLException;10117 method public static java.util.Enumeration<java.sql.Driver> getDrivers();10122 method public static void registerDriver(java.sql.Driver) throws java.sql.SQLException;21980 public class Driver implements org.xml.sax.Attributes org.xml.sax.Locator org.xml.sax.XMLReader {21981 ctor public Driver() throws org.xmlpull.v1.XmlPullParserException;21982 ctor public Driver(org.xmlpull.v1.XmlPullParser) throws org.xmlpull.v1.XmlPullParserException;