See: Description
| Interface | Description |
|---|---|
| DatabaseSupport |
Interface to support specific database things for the JDBC module
|
| MultiConnection |
MMBase wraps java.sql.Connection.
|
| Class | Description |
|---|---|
| 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.
|
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.
StorageManagerFactoryMMBase 1.9-SNAPSHOT - ${javadoctimestamp}