| Package | Description |
|---|---|
| org.mmbase.module.database |
The classes and interfaces that arrange the actual connection to JDBC database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseSupportInformix
Deprecated.
Use ;IFX_LOCK_MODE_WAIT=31 on the connection string in jdbc.xml in stead
|
class |
DatabaseSupportShim
Interface to support specific database things
for the JDBC module
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseSupport |
JDBC.getSupport() |
| Constructor and Description |
|---|
MultiPool(DatabaseSupport databaseSupport,
String url,
String name,
String password,
int conMax) |
MultiPool(DatabaseSupport databaseSupport,
String url,
String name,
String password,
int conMax,
int maxQueries)
Establish connection to the JDBC Pool(s)
|
MultiPoolHandler(DatabaseSupport databaseSupport,
int maxConnections) |
MultiPoolHandler(DatabaseSupport databaseSupport,
int maxConnections,
int maxQueries) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}