Home
last modified time | relevance | path

Searched defs:getConnection (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/javax/sql/
DDataSource.java83 Connection getConnection() throws SQLException; in getConnection() method
96 Connection getConnection(String username, String password) in getConnection() method
DRowSetInternal.java60 Connection getConnection() throws SQLException; in getConnection() method
DPooledConnection.java109 Connection getConnection() throws SQLException; in getConnection() method
/libcore/ojluni/src/main/java/java/sql/
DDriverManager.java189 public static Connection getConnection(String url, in getConnection() method in DriverManager
208 public static Connection getConnection(String url, in getConnection() method in DriverManager
233 public static Connection getConnection(String url) in getConnection() method in DriverManager
538 private static Connection getConnection( in getConnection() method in DriverManager
DStatement.java592 Connection getConnection() throws SQLException; in getConnection() method
DDatabaseMetaData.java2830 Connection getConnection() throws SQLException; in getConnection() method
/libcore/luni/src/test/java/tests/support/
DSupport_SQL.java75 public static Connection getConnection() throws SQLException { in getConnection() method in Support_SQL
85 public static Connection getConnection(String url, String login, in getConnection() method in Support_SQL
/libcore/luni/src/test/java/libcore/javax/sql/
DOldConnectionEventTest.java54 public Connection getConnection() throws SQLException { in getConnection() method in OldConnectionEventTest.Impl_PooledConnection
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DJarFileFactory.java59 URLConnection getConnection(JarFile jarFile) throws IOException { in getConnection() method in JarFileFactory