Package org.mmbase.module.database

Package class diagram package org.mmbase.module.database
The classes and interfaces that arrange the actual connection to JDBC database.

See:
          Description

Interface Summary
DatabaseSupport Interface to support specific database things for the JDBC module
MultiConnection MMBase wraps java.sql.Connection.
 

Class Summary
ConnectionWrapper Wraps a java.sql.Connection object.
DatabaseSupportInformix Deprecated. Use ;IFX_LOCK_MODE_WAIT=31 on the connection string in jdbc.xml in stead
DatabaseSupportShim Interface to support specific database things for the JDBC module
JDBC JDBC Module.
MultiConnectionImplementation MultiConnection is a replacement class for Connection it provides you a multiplexed and reusable connections from the connection pool.
MultiPool JDBC Pool, a dummy interface to multiple real connection
MultiPool.ConnectionCloser Support class to close connections in a seperate thread, as some JDBC drivers have a tendency to hang themselves on a running sql close.
MultiPoolHandler  
MultiStatement MultiStatement is a wrapper class for a callable Statement obtained by a MultiConnection object.
 

Package org.mmbase.module.database Description

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.

See Also:
StorageManagerFactory


MMBase2 Core 2.0-SNAPSHOT - 2013-03-30T06:36