Class Summary |
CremeAction |
This class enables to store a method call on an object. |
CremeDriver |
This driver enables to use ConnectionPools to avoid useless creation and
close of Connections. |
DefaultSQLExceptionHandler |
This generic class enables to handle SQLExceptions. |
IsolationLevel |
This class represents the IsolationLevel of a database transaction.
|
SQLExceptionHandlerDB2 |
This SQLExceptionHandler is specific to DB2. |
SQLExceptionHandlerFactory |
This class enables to build a SQLExceptionHandler when needed from the name
of the vendor. |
SQLExceptionHandlerOracle |
This SQLExceptionHandler is specific to Oracle. |
SQLExceptionHandlerSybase |
This SQLExceptionHandler is specific to Sybase. |
WrappedCallableStatement |
This class enables to wrap an actual statement to provide a few extra
services: tracing of the queries, handling of some exceptions (rollback, loss
of connection). |
WrappedConnection |
This class enables to wrap an actual connection to provide a few extra
services: access the active statements attached to the connection, handling
of some exceptions (rollback, loss of connection). |
WrappedConnectionPool |
This implementation of the ConnectionPool interface enables to pool
WrappedConnection instances. |
WrappedPreparedStatement |
This class enables to wrap an actual statement to provide a few extra
services: tracing of the queries, handling of some exceptions (rollback, loss
of connection). |
WrappedResultSet |
This class enables to wrap an actual ResultSet to provide a few extra
services: tracing of the queries, handling of some exceptions (rollback, loss
of connection). |
WrappedStatement |
This class enables to wrap an actual statement to provide a few extra
services: tracing of the queries, handling of some exceptions (rollback, loss
of connection). |
WrappingDriverManager |
This class is intended to wrap the original DriverManager so that all the
connections are returned from a wrapping driver. |