| AbandonedConnectionCleanupThread |
This class implements a thread that is responsible for closing abandoned MySQL connections, i.e., connections that are not explicitly closed.
|
| Blob |
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
|
| BlobFromLocator |
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
|
| CallableStatement |
Representation of stored procedures for JDBC
|
| CallableStatement.CallableStatementParam |
|
| CallableStatementWrapper |
Wraps callable statements created by pooled connections.
|
| ClientInfoProviderSP |
|
| ClientPreparedStatement |
A SQL Statement is pre-compiled and stored in a PreparedStatement object.
|
| Clob |
Simplistic implementation of java.sql.Clob for MySQL Connector/J
|
| CommentClientInfoProvider |
An implementation of ClientInfoProvider that exposes the client info as a comment prepended to all statements issued by the driver.
|
| ConnectionGroup |
|
| ConnectionGroupManager |
|
| ConnectionImpl |
A Connection represents a session with a specific database.
|
| ConnectionWrapper |
This class serves as a wrapper for the connection object.
|
| DatabaseMetaData |
JDBC Interface to Mysql functions
|
| DatabaseMetaDataUsingInfoSchema |
DatabaseMetaData implementation that uses INFORMATION_SCHEMA
|
| Driver |
The Java SQL framework allows for multiple database drivers.
|
| IterateBlock<T> |
|
| JdbcPropertySetImpl |
|
| 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
|
| MysqlParameterMetadata |
|
| MysqlPooledConnection |
This class is used to wrap and return a physical connection within a logical handle.
|
| MysqlSavepoint |
Represents SQL SAVEPOINTS in MySQL.
|
| MysqlSQLXML |
|
| MysqlXAConnection |
|
| MysqlXADataSource |
|
| MysqlXid |
Implementation of the XID interface for MySQL XA
|
| NClob |
Simplistic implementation of java.sql.NClob for MySQL Connector/J
|
| NonRegisteringDriver |
The Java SQL framework allows for multiple database drivers.
|
| ParameterBindingsImpl |
|
| PreparedStatementWrapper |
Wraps prepared statements so that errors can be reported correctly to ConnectionEventListeners.
|
| ServerPreparedStatement |
JDBC Interface for MySQL-4.1 and newer server-side PreparedStatements.
|
| StatementImpl |
A Statement object is used for executing a static SQL statement and obtaining
the results produced by it.
|
| StatementWrapper |
Wraps statements so that errors can be reported correctly to ConnectionEventListeners.
|
| SuspendableXAConnection |
|