See: Description
| Interface | Description |
|---|---|
| MySqlColumnMetadata |
An abstraction of
ColumnMetadata considers MySQL |
| MySqlParameter |
A parameter value bound to an
Binding. |
| MySqlStatement |
A strongly typed implementation of
Statement for the MySQL database. |
| Class | Description |
|---|---|
| Capability |
A capabilities flag bitmap considers to define the session behaviors of the connection.
|
| ColumnDefinition |
A flag bitmap considers column definitions.
|
| ConnectionContext |
The MySQL connection context considers the behavior of server or client.
|
| MySqlBatch |
Base class considers methods definition for implementations of
Batch. |
| MySqlConnection |
An implementation of
Connection for connecting to the MySQL database. |
| MySqlConnectionConfiguration |
MySQL configuration of 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. |
| MySqlConnectionMetadata |
Connection metadata for a connection connected to MySQL database.
|
| MySqlResult |
An implementation of
Result representing the results of a query against the MySQL database. |
| MySqlRow |
An implementation of
Row for MySQL database. |
| MySqlSslConfiguration |
MySQL configuration of SSL.
|
| MySqlTransactionDefinition |
An implementation of
TransactionDefinition for MySQL transactions. |
| MySqlTransactionDefinition.Builder |
A builder considers to create
TransactionDefinition. |
| MySqlTypeMetadata |
A metadata descriptor considers MySQL types.
|
| ParameterWriter |
A writer for
MySqlParameters of parametrized 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 |
The engine of
START TRANSACTION WITH CONSISTENT [engine] SNAPSHOT for Facebook/MySQL or similar
syntax. |
Copyright © 2018–2023 asyncer.io. All rights reserved.