JavaTM Platform
Standard Ed. 6

接口 javax.sql.PooledConnection
的使用

使用 PooledConnection 的软件包
javax.sql 为通过 JavaTM 编程语言进行服务器端数据源访问和处理提供 API。 
 

javax.sqlPooledConnection 的使用
 

javax.sqlPooledConnection 的子接口
 interface XAConnection
          为分布式事务提供支持的对象。
 

返回 PooledConnectionjavax.sql 中的方法
 PooledConnection ConnectionPoolDataSource.getPooledConnection()
          尝试建立可用作入池连接的物理数据库连接。
 PooledConnection ConnectionPoolDataSource.getPooledConnection(String user, String password)
          尝试建立可用作入池连接的物理数据库连接。
 

参数类型为 PooledConnectionjavax.sql 中的构造方法
ConnectionEvent(PooledConnection con)
          构造一个 ConnectionEvent 对象,使用给定的 PooledConnection 对象进行初始化。
ConnectionEvent(PooledConnection con, SQLException ex)
          构造一个 ConnectionEvent 对象,使用给定的 PooledConnection 对象和 SQLException 对象进行初始化。
StatementEvent(PooledConnection con, PreparedStatement statement)
          用指定的 PooledConnectionPreparedStatement 构造 StatementEvent
StatementEvent(PooledConnection con, PreparedStatement statement, SQLException exception)
          用指定的 PooledConnectionPreparedStatementSQLException 构造 StatementEvent
 


JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策