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 变量和类型 接口 描述 interfaceXAConnection为分布式事务提供支持的对象。Methods in javax.sql that return PooledConnection 变量和类型 方法 描述 PooledConnectionPooledConnectionBuilder. build()返回此构建器定义的对象的实例。PooledConnectionConnectionPoolDataSource. getPooledConnection()尝试建立可用作池连接的物理数据库连接。PooledConnectionConnectionPoolDataSource. 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 
 -