站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

Uses of Interface javax.sql.PooledConnection (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


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.