JavaTM 2 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 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only