| Package | Description |
|---|---|
| io.asyncer.r2dbc.mysql |
An implementation of the Reactive Relational Database Connection API for MySQL servers.
|
| io.asyncer.r2dbc.mysql.cache |
Cache supports for query parse and statement preparation.
|
| io.asyncer.r2dbc.mysql.codec |
Data codecs for the type that the service provider understands.
|
| io.asyncer.r2dbc.mysql.message.client |
The messages that are sent from a MySQL client to a MySQL server.
|
| io.asyncer.r2dbc.mysql.message.server |
The messages that are sent from the MySQL server to a MySQL client.
|
| Class and Description |
|---|
| Capability
A capabilities flag bitmap considers to define the session behaviors of the connection.
|
| ConsistentSnapshotEngine
Deprecated.
since 1.1.3, use directly
String instead, e.g. "ROCKSDB" |
| 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. |
| MySqlTransactionDefinition
Deprecated.
since 1.1.3, use
MySqlTransactionDefinition instead. |
| MySqlTransactionDefinition.Builder
Deprecated.
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".
|
| Class and Description |
|---|
| Query
A data class contains parsed statement and indexes mapping.
|
| Class and Description |
|---|
| MySqlParameter
A parameter value bound to an
Binding. |
| ServerVersion
MySQL server version, looks like "8.0.14", or "8.0.14-rc2".
|
| Class and 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.
|
| MySqlParameter
A parameter value bound to an
Binding. |
| Query
A data class contains parsed statement and indexes mapping.
|
| Class and 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.
|
| ServerVersion
MySQL server version, looks like "8.0.14", or "8.0.14-rc2".
|
Copyright © 2018–2024 asyncer.io. All rights reserved.