|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
| DatabaseSupport | Interface to support specific database things for the JDBC module |
| JDBCInterface | JDBCInterface is _only_ the module JDBC interface who setup the connections it has nothing tofo with the JDBC interface. |
| Class Summary | |
| DatabaseSupportInformix | Interface to support specific database things for the JDBC module |
| DatabaseSupportShim | Interface to support specific database things for the JDBC module |
| JDBC | JDBC Module. |
| JDBCProbe | JDBCProbe checks all JDBC connection every X seconds to find and remove bad connections works using a callback into JDBC. |
| MultiConnection | MultiConnection is a replacement class for Connection it provides you a multiplexed and reuseable connections from the connection pool. |
| MultiPool | JDBC Pool, a dummy interface to multiple real connection |
| MultiPoolHandler | |
| MultiStatement | MultiStatement is a wrapper class for a callable Statement obtained by a MultiConnection object. |
| Naming | This class is used to retrieve a connection, which is provided by naming resources. |
The classes and interfaces that arrange the actual connection to JDBC database.
It contains the JDBC module, which implements the JDBCInterface and is the main entrypoint when retrieving a connnection to a selected database layer (defined in the support package).
It also contains code for the implementation of a connection pool, for use with JDBC2.
org.mmbase.storage,
org.mmbase.module.database.support
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||