| Interface | Description |
|---|---|
| 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.
|
| 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 | |
| JdbcStatement |
This interface contains methods that are considered the "vendor extension" to the JDBC API for MySQL's implementation of java.sql.Statement.
|
| ParameterBindings |
Interface to allow PreparedStatement implementations to expose their parameter bindings to QueryInterceptors.
|