|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 PooledConnection 的软件包 | |
---|---|
javax.sql | 为通过 JavaTM 编程语言进行服务器端数据源访问和处理提供 API。 |
javax.sql 中 PooledConnection 的使用 |
---|
javax.sql 中 PooledConnection 的子接口 | |
---|---|
interface |
XAConnection
为分布式事务提供支持的对象。 |
返回 PooledConnection 的 javax.sql 中的方法 | |
---|---|
PooledConnection |
ConnectionPoolDataSource.getPooledConnection()
尝试建立可用作入池连接的物理数据库连接。 |
PooledConnection |
ConnectionPoolDataSource.getPooledConnection(String user,
String password)
尝试建立可用作入池连接的物理数据库连接。 |
参数类型为 PooledConnection 的 javax.sql 中的构造方法 | |
---|---|
ConnectionEvent(PooledConnection con)
构造一个 ConnectionEvent 对象,使用给定的 PooledConnection 对象进行初始化。 |
|
ConnectionEvent(PooledConnection con,
SQLException ex)
构造一个 ConnectionEvent 对象,使用给定的 PooledConnection 对象和 SQLException 对象进行初始化。 |
|
StatementEvent(PooledConnection con,
PreparedStatement statement)
用指定的 PooledConnection 和 PreparedStatement 构造 StatementEvent 。 |
|
StatementEvent(PooledConnection con,
PreparedStatement statement,
SQLException exception)
用指定的 PooledConnection 、PreparedStatement 和 SQLException 构造 StatementEvent 。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。