Uses of Class
org.apache.xalan.lib.sql.PooledConnection

Packages that use PooledConnection
org.apache.xalan.lib.sql Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through a "streamable" result set. 
 

Uses of PooledConnection in org.apache.xalan.lib.sql
 

Methods in org.apache.xalan.lib.sql with parameters of type PooledConnection
private  void DefaultConnectionPool.addConnection(PooledConnection value)