Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/javax/sql/
DDataSource.java64 public Connection getConnection() throws SQLException; in getConnection() method
80 public Connection getConnection(String theUsername, String thePassword) in getConnection() method
DRowSetInternal.java38 public Connection getConnection() throws SQLException; in getConnection() method
DPooledConnection.java97 public Connection getConnection() throws SQLException; in getConnection() method
/libcore/luni/src/main/java/java/sql/
DDriverManager.java143 public static Connection getConnection(String url) throws SQLException { in getConnection() method in DriverManager
165 public static Connection getConnection(String url, Properties info) throws SQLException { in getConnection() method in DriverManager
204 public static Connection getConnection(String url, String user, String password) in getConnection() method in DriverManager
DStatement.java359 public Connection getConnection() throws SQLException; in getConnection() method
DDatabaseMetaData.java748 public 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