See: Description
| Interface | Description |
|---|---|
| MySqlParameter |
A parameter value bound to an
Binding. |
| Class | Description |
|---|---|
| Capability |
A capabilities flag bitmap considers to define the session behaviors of the connection.
|
| ConnectionContext |
The MySQL connection context considers the behavior of server or client.
|
| MySqlConnectionConfiguration |
A configuration of MySQL connection.
|
| MySqlConnectionConfiguration.Builder |
A builder for
MySqlConnectionConfiguration creation. |
| MySqlConnectionFactory |
An implementation of
ConnectionFactory for creating connections to a MySQL database. |
| MySqlConnectionFactoryProvider |
An implementation of
ConnectionFactoryProvider for creating MySqlConnectionFactorys. |
| MySqlSslConfiguration |
A configuration of MySQL SSL connection.
|
| MySqlTransactionDefinition | Deprecated
since 1.1.3, use
MySqlTransactionDefinition instead. |
| MySqlTransactionDefinition.Builder |
A builder considers to create
TransactionDefinition. |
| ParameterWriter |
A writer for
MySqlParameters of parameterized statements with text-based protocol. |
| Query |
A data class contains parsed statement and indexes mapping.
|
| ServerVersion |
MySQL server version, looks like "8.0.14", or "8.0.14-rc2".
|
| Enum | Description |
|---|---|
| ConsistentSnapshotEngine | Deprecated
since 1.1.3, use directly
String instead, e.g. |
Copyright © 2018–2024 asyncer.io. All rights reserved.