HomeSort by relevance Sort by last modified time
    Searched refs:PooledConnection (Results 1 - 17 of 17) sorted by null

  /libcore/luni/src/main/java/javax/sql/
ConnectionPoolDataSource.java 36 * @return a {@code PooledConnection} which represents the connection to the
41 public PooledConnection getPooledConnection() throws SQLException;
52 * @return a {@code PooledConnection} object which represents the connection
57 public PooledConnection getPooledConnection(String theUser,
ConnectionEvent.java 25 * Sent when specific events happen on a {@link PooledConnection} object. These
37 * PooledConnection} reporting that the application has closed the
43 public ConnectionEvent(PooledConnection theConnection) {
49 * PooledConnection} and with the supplied {@code SQLException} indicating
50 * that an error has occurred within the {@code PooledConnection}.
58 public ConnectionEvent(PooledConnection theConnection,
66 * which occurred in the {@code PooledConnection}.
StatementEvent.java 47 public StatementEvent(PooledConnection con, PreparedStatement statement,
62 public StatementEvent(PooledConnection con, PreparedStatement statement) {
PooledConnection.java 27 * Typically, a {@code PooledConnection} is recycled when it is no longer
34 * It is not intended that an application uses the {@code PooledConnection}
35 * interface directly. The {@code PooledConnection} interface is intended for
41 * pool manager will get a {@code PooledConnection} object from its connection
43 * PooledConnection} object. A new {@code PooledConnection} object will only be
46 * When the application is finished using a {@code PooledConnection}, the
51 * the underlying {@code PooledConnection} object from the connection and
52 * returns it to the pool for reuse - the {@code PooledConnection} is thus
55 * The connection to the database represented by the {@code PooledConnection} i
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_PooledConnection.java 23 import javax.sql.PooledConnection;
26 class Impl_PooledConnection implements PooledConnection {
StatementEventTest.java 23 import javax.sql.PooledConnection;
38 private static PooledConnection pc = new Impl_PooledConnection();
43 * @tests {@link javax.sql.StatementEvent#StatementEvent(PooledConnection, java.sql.PreparedStatement)}
54 * @tests {@link javax.sql.StatementEvent#StatementEvent(PooledConnection, java.sql.PreparedStatement)}
  /libcore/luni/src/test/java/libcore/javax/sql/
OldConnectionEventTest.java 24 import javax.sql.PooledConnection;
51 static class Impl_PooledConnection implements PooledConnection {
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 83 milliseconds