|
|||||||||
接口 javax.sql.PooledConnection
的使用
使用 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 对象进行初始化。 |
所有类
|
|||||||||