Searched refs:PooledConnection (Results 1 – 8 of 8) sorted by relevance
/libcore/ojluni/src/main/java/javax/sql/ |
D | ConnectionPoolDataSource.java | 55 PooledConnection getPooledConnection() throws SQLException; in getPooledConnection() 71 PooledConnection getPooledConnection(String user, String password) in getPooledConnection()
|
D | ConnectionEvent.java | 55 public ConnectionEvent(PooledConnection con) { in ConnectionEvent() 68 public ConnectionEvent(PooledConnection con, SQLException ex) { in ConnectionEvent()
|
D | StatementEvent.java | 61 public StatementEvent(PooledConnection con, in StatementEvent() 84 public StatementEvent(PooledConnection con, in StatementEvent()
|
D | PooledConnection.java | 91 public interface PooledConnection { interface
|
/libcore/luni/src/test/java/libcore/javax/sql/ |
D | OldConnectionEventTest.java | 24 import javax.sql.PooledConnection; 51 static class Impl_PooledConnection implements PooledConnection {
|
/libcore/ |
D | openjdk_java_files.bp | 1400 "ojluni/src/main/java/javax/sql/PooledConnection.java",
|
D | EXPECTED_UPSTREAM | 1397 ojluni/src/main/java/javax/sql/PooledConnection.java,jdk7u/jdk7u40-b60,jdk/src/share/classes/javax/…
|
/libcore/api/ |
D | current.txt | 19979 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…
|