|
Class Summary |
| ConnectionWrapper |
This class serves as a wrapper for the org.gjt.mm.mysql.jdbc2.Connection
class. |
| MysqlConnectionPoolDataSource |
This class is used to obtain a physical connection and instantiate and return
a MysqlPooledConnection. |
| MysqlDataSource |
A JNDI DataSource for a Mysql JDBC connection |
| MysqlDataSourceFactory |
Factory class for MysqlDataSource objects |
| MysqlPooledConnection |
This class is used to wrap and return a physical connection within a logical handle. |
| PreparedStatementWrapper |
Wraps prepared statements so that errors can be reported correctly to
ConnectionEventListeners. |
| StatementWrapper |
Wraps statements so that errors can be reported correctly to
ConnectionEventListeners. |
| WrapperBase |
Base class for all wrapped instances created by LogicalHandle |