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
           The default connection pool was implemented so that all connection to JDBC data sources use connection pools.
 

Methods in org.apache.xalan.lib.sql that return ConnectionPool
 ConnectionPool XConnectionPoolManager.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 XConnectionPoolManager.registerPool(java.lang.String name, ConnectionPool pool)
          Register a nuew connection pool to the global pool table.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.