Uses of Interface
javax.sql.PooledConnection
-
Packages that use PooledConnection 软件包 描述 javax.sql 提供用于从Java™编程语言访问和处理服务器端数据源的API。 -
-
Uses of PooledConnection in javax.sql
Subinterfaces of PooledConnection in javax.sql 变量和类型 接口 描述 interface
XAConnection
为分布式事务提供支持的对象。Methods in javax.sql that return PooledConnection 变量和类型 方法 描述 PooledConnection
PooledConnectionBuilder. build()
返回此构建器定义的对象的实例。PooledConnection
ConnectionPoolDataSource. getPooledConnection()
尝试建立可用作池连接的物理数据库连接。PooledConnection
ConnectionPoolDataSource. getPooledConnection(String user, String password)
尝试建立可用作池连接的物理数据库连接。Constructors in javax.sql with parameters of type PooledConnection 构造器 描述 ConnectionEvent(PooledConnection con)
构造使用给定的ConnectionEvent
对象初始化的PooledConnection
对象。ConnectionEvent(PooledConnection con, SQLException ex)
构造一个ConnectionEvent
给定初始化的对象PooledConnection
对象和SQLException
对象。StatementEvent(PooledConnection con, PreparedStatement statement)
构造一个StatementEvent
具有指定PooledConnection
和PreparedStatement
。StatementEvent(PooledConnection con, PreparedStatement statement, SQLException exception)
构造一个StatementEvent
具有指定PooledConnection
,PreparedStatement
和SQLException
-