Home
last modified time | relevance | path

Searched refs:PooledConnection (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/javax/sql/
DConnectionPoolDataSource.java55 PooledConnection getPooledConnection() throws SQLException; in getPooledConnection()
71 PooledConnection getPooledConnection(String user, String password) in getPooledConnection()
DConnectionEvent.java55 public ConnectionEvent(PooledConnection con) { in ConnectionEvent()
68 public ConnectionEvent(PooledConnection con, SQLException ex) { in ConnectionEvent()
DStatementEvent.java61 public StatementEvent(PooledConnection con, in StatementEvent()
84 public StatementEvent(PooledConnection con, in StatementEvent()
DPooledConnection.java91 public interface PooledConnection { interface
/libcore/luni/src/test/java/libcore/javax/sql/
DOldConnectionEventTest.java24 import javax.sql.PooledConnection;
51 static class Impl_PooledConnection implements PooledConnection {
/libcore/
Dopenjdk_java_files.bp1337 "ojluni/src/main/java/javax/sql/PooledConnection.java",