| 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 |
|
| ClientPreparedStatement |
A SQL Statement is pre-compiled and stored in a PreparedStatement object.
|
| Clob |
Simplistic implementation of java.sql.Clob for MySQL Connector/J
|
| ConnectionGroup |
|
| ConnectionGroupManager |
|
| ConnectionImpl |
A Connection represents a session with a specific database.
|
| 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 |
|
| MysqlParameterMetadata |
|
| MysqlSavepoint |
Represents SQL SAVEPOINTS in MySQL.
|
| MysqlSQLXML |
|
| NClob |
Simplistic implementation of java.sql.NClob for MySQL Connector/J
|
| NonRegisteringDriver |
The Java SQL framework allows for multiple database drivers.
|
| ParameterBindingsImpl |
|
| 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.
|