Uses of Interface
org.apache.xalan.lib.sql.ConnectionPool
Packages that use ConnectionPool
Package
Description
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 ConnectionPoolModifier and TypeClassDescriptionclass
For internal connectiones, i.e.class
A Connection Pool that wraps a JDBC datasource to provide connections.Methods in org.apache.xalan.lib.sql that return ConnectionPoolModifier and TypeMethodDescriptionXConnection.getConnectionPool()
Allow the SQL Document to retrive a connection to be used to build the SQL Statement.Return the connection pool referenced by the nameMethods in org.apache.xalan.lib.sql with parameters of type ConnectionPoolModifier and TypeMethodDescriptionvoid
ConnectionPoolManager.registerPool
(String name, ConnectionPool pool) Register a nuew connection pool to the global pool table.