Uses of Interface
javax.sql.PooledConnection

Packages that use PooledConnection
javax.sql   
 

Uses of PooledConnection in javax.sql
 

Subinterfaces of PooledConnection in javax.sql
 interface XAConnection
          An XAConnection object provides support for distributed transactions.
 

Methods in javax.sql that return PooledConnection
 PooledConnection ConnectionPoolDataSource.getPooledConnection()
          Attempt to establish a database connection.
 PooledConnection ConnectionPoolDataSource.getPooledConnection(String user, String password)
          Attempt to establish a database connection.
 

Constructors in javax.sql with parameters of type PooledConnection
ConnectionEvent(PooledConnection pooledConnection)
          Construct a ConnectionEvent object.
ConnectionEvent(PooledConnection pooledConnection, SQLException e)
          Construct a ConnectionEvent object.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.