Home
last modified time | relevance | path

Searched refs:PooledConnection (Results 1 – 8 of 8) 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.bp1400 "ojluni/src/main/java/javax/sql/PooledConnection.java",
DEXPECTED_UPSTREAM1397 ojluni/src/main/java/javax/sql/PooledConnection.java,jdk7u/jdk7u40-b60,jdk/src/share/classes/javax/…
/libcore/api/
Dcurrent.txt19979 ctor public ConnectionEvent(javax.sql.PooledConnection);
19980 ctor public ConnectionEvent(javax.sql.PooledConnection, java.sql.SQLException);
19990 method public javax.sql.PooledConnection getPooledConnection() throws java.sql.SQLException;
19991 …method public javax.sql.PooledConnection getPooledConnection(String, String) throws java.sql.SQLEx…
19999 public interface PooledConnection {
20173 ctor public StatementEvent(javax.sql.PooledConnection, java.sql.PreparedStatement);
20174 …ctor public StatementEvent(javax.sql.PooledConnection, java.sql.PreparedStatement, java.sql.SQLExc…