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 Modifier and Type 接口 描述 interface
XAConnection
为分布式事务提供支持的对象。Methods in javax.sql that return PooledConnection Modifier and Type 方法 描述 PooledConnection
PooledConnectionBuilder. build()
返回由此构建器定义的对象的实例。PooledConnection
ConnectionPoolDataSource. getPooledConnection()
尝试建立可用作池连接的物理数据库连接。PooledConnection
ConnectionPoolDataSource. getPooledConnection(String user, String password)
尝试建立可用作池连接的物理数据库连接。Constructors in javax.sql with parameters of type PooledConnection Constructor 描述 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
-