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

/libcore/ojluni/src/main/java/javax/sql/
H A DDataSource.java83 Connection getConnection() throws SQLException; method in interface:DataSource
96 Connection getConnection(String username, String password) method in interface:DataSource
H A DPooledConnection.java43 * When an application calls the method <code>DataSource.getConnection</code>,
98 * called the method <code>DataSource.getConnection</code> and there are
109 Connection getConnection() throws SQLException; method in interface:PooledConnection
H A DRowSetInternal.java60 Connection getConnection() throws SQLException; method in interface:RowSetInternal
/libcore/luni/src/test/java/libcore/javax/sql/
H A DOldConnectionEventTest.java54 public Connection getConnection() throws SQLException { method in class:OldConnectionEventTest.Impl_PooledConnection
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
H A DJarFileFactory.java59 URLConnection getConnection(JarFile jarFile) throws IOException { method in class:JarFileFactory
154 URLConnection uc = getConnection(jarFile);
/libcore/luni/src/test/java/tests/support/
H A DSupport_SQL.java75 public static Connection getConnection() throws SQLException { method in class:Support_SQL
77 return DriverManager.getConnection(Support_SQL.sqlUrl,
85 public static Connection getConnection(String url, String login, method in class:Support_SQL
88 return DriverManager.getConnection(url, login, password);
/libcore/ojluni/src/main/java/java/sql/
H A DDriverManager.java54 *<P> The <code>DriverManager</code> methods <code>getConnection</code> and
68 * <P>When the method <code>getConnection</code> is called,
189 public static Connection getConnection(String url, method in class:DriverManager
191 return (getConnection(url, info, VMStack.getCallingClassLoader()));
208 public static Connection getConnection(String url, method in class:DriverManager
219 return (getConnection(url, info, VMStack.getCallingClassLoader()));
233 public static Connection getConnection(String url) method in class:DriverManager
237 return (getConnection(url, info, VMStack.getCallingClassLoader()));
537 // Worker method called by the public getConnection() methods.
538 private static Connection getConnection( method in class:DriverManager
[all...]
H A DStatement.java592 Connection getConnection() throws SQLException; method in interface:Statement
H A DDatabaseMetaData.java2830 Connection getConnection() throws SQLException; method in interface:DatabaseMetaData

Completed in 2750 milliseconds