Uses of Interface
org.apache.xalan.lib.sql.ConnectionPool

Packages that use ConnectionPool
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 ConnectionPool in org.apache.xalan.lib.sql
 

Classes in org.apache.xalan.lib.sql that implement ConnectionPool
 class DefaultConnectionPool
          For internal connectiones, i.e.
 class JNDIConnectionPool
          A Connection Pool that wraps a JDBC datasource to provide connections.
 

Fields in org.apache.xalan.lib.sql declared as ConnectionPool
private  ConnectionPool XConnection.m_ConnectionPool
          The Current Connection Pool in Use.
private  ConnectionPool SQLDocument.m_ConnectionPool
          The Connection Pool where we has derived all of our connections for this document
 

Methods in org.apache.xalan.lib.sql that return ConnectionPool
 ConnectionPool XConnection.getConnectionPool()
          Allow the SQL Document to retrive a connection to be used to build the SQL Statement.
 ConnectionPool ConnectionPoolManager.getPool(java.lang.String name)
          Return the connection pool referenced by the name
 

Methods in org.apache.xalan.lib.sql with parameters of type ConnectionPool
 void ConnectionPoolManager.registerPool(java.lang.String name, ConnectionPool pool)
          Register a nuew connection pool to the global pool table.