Package | Description |
---|---|
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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultConnectionPool |
For internal connectiones, i.e.
|
class |
JNDIConnectionPool |
A Connection Pool that wraps a JDBC datasource to provide connections.
|
Modifier and Type | Method | Description |
---|---|---|
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
|
Modifier and Type | Method | Description |
---|---|---|
void |
ConnectionPoolManager.registerPool(java.lang.String name,
ConnectionPool pool) |
Register a nuew connection pool to the global pool table.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.