|
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 the module that provides you access to the loaded JDBC interfaces
we use this as the base to get multiplexes/pooled JDBC connects. |
| 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 |
MultiPoolHandler handles multi pools so we can have more than one database
open and they can all have a multipool. |
| MultiStatement |
MultiStatement is a replacement class for Statement it provides you a
multiplexed and reuseable statements you obtain these from MultiConnection |