| CallableStatement |
Representation of stored procedures for JDBC
|
| CallableStatement.CallableStatementParamInfo |
|
| CallableStatementWrapper |
Wraps callable statements created by pooled connections.
|
| ClientInfoProvider |
Classes that implement this interface and provide a no-args constructor can be used by the driver to store and retrieve client information and/or labels.
|
| 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 |
|
| ConnectionWrapper |
This class serves as a wrapper for the connection object.
|
| DatabaseMetaData |
JDBC Interface to Mysql functions
|
| DatabaseMetaData.ComparableWrapper |
Helper/wrapper class to provide means of sorting objects by using a sorting key.
|
| DatabaseMetaData.IndexMetaDataKey |
Helper class to provide means of comparing indexes by NON_UNIQUE, TYPE, INDEX_NAME, and ORDINAL_POSITION.
|
| DatabaseMetaData.IteratorWithCleanup |
|
| DatabaseMetaData.ProcedureType |
Enumeration for Procedure Types
|
| DatabaseMetaData.TableMetaDataKey |
Helper class to provide means of comparing tables by TABLE_TYPE, TABLE_CAT, TABLE_SCHEM and TABLE_NAME.
|
| DatabaseMetaData.TableType |
Enumeration for Table Types
|
| DatabaseMetaDataUsingInfoSchema.FunctionConstant |
|
| JdbcConnection |
This interface contains methods that are considered the "vendor extension" to the JDBC API for MySQL's implementation of java.sql.Connection.
|
| JdbcPreparedStatement |
|
| JdbcPropertySet |
|
| JdbcPropertySetImpl |
|
| JdbcStatement |
This interface contains methods that are considered the "vendor extension" to the JDBC API for MySQL's implementation of java.sql.Statement.
|
| MysqlDataSource |
A JNDI DataSource for a Mysql JDBC connection
|
| MysqlParameterMetadata |
|
| MysqlPooledConnection |
This class is used to wrap and return a physical connection within a logical handle.
|
| MysqlXAConnection |
|
| NonRegisteringDriver |
The Java SQL framework allows for multiple database drivers.
|
| ParameterBindings |
Interface to allow PreparedStatement implementations to expose their parameter bindings to QueryInterceptors.
|
| 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 |
|