| Interface | Description |
|---|---|
| BindValue | |
| CacheAdapter<K,V> | |
| CacheAdapterFactory<K,V> | |
| CancelQueryTask | |
| CharsetSettings | |
| DataStoreMetadata | |
| MessageBuilder<M extends Message> | |
| MysqlConnection | |
| PingTarget | |
| PreparedQuery | |
| Query | |
| QueryAttributesBindings |
Instances of this interface keep the list of query attributes assigned to a
Statement object. |
| QueryBindings | |
| QueryResult | |
| Session | |
| Session.SessionEventListener | |
| TransactionEventHandler | |
| WarningListener |
A warning listener is notified of warnings as they happen throughout the driver.
|
| Class | Description |
|---|---|
| CharsetMapping |
Mapping between MySQL charset names and Java charset names.
|
| Collation | |
| Constants |
Represents various constants used in the driver.
|
| Messages |
Support for localized messages.
|
| MysqlCharset | |
| PerConnectionLRUFactory | |
| QueryInfo |
Represents the "parsed" state of a prepared query, with the statement broken up into its static and dynamic (where parameters are bound) parts.
|
| ServerVersion |
A server version.
|
| Enum | Description |
|---|---|
| MysqlType | |
| Query.CancelStatus | |
| QueryReturnType |
The possible return types from executing queries.
|