| 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.collation |
Character collations of MySQL.
|
| io.asyncer.r2dbc.mysql.constant |
Constants of the MySQL Client/Server Protocol.
|
| 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.
|
| ColumnDefinition
A flag bitmap considers column definitions.
|
| ConsistentSnapshotEngine
The engine of
START TRANSACTION WITH CONSISTENT [engine] SNAPSHOT for Facebook/MySQL or similar
syntax. |
| 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. |
| 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. |
| MySqlStatement
A strongly typed implementation of
Statement for the MySQL database. |
| 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".
|
| Class and Description |
|---|
| Query
A data class contains parsed statement and indexes mapping.
|
| Class and Description |
|---|
| MySqlColumnMetadata
An abstraction of
ColumnMetadata considers MySQL |
| 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 |
|---|
| ServerVersion
MySQL server version, looks like "8.0.14", or "8.0.14-rc2".
|
| Class and Description |
|---|
| ColumnDefinition
A flag bitmap considers column definitions.
|
| 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.
|
| ColumnDefinition
A flag bitmap considers column definitions.
|
| ConnectionContext
The MySQL connection context considers the behavior of server or client.
|
| MySqlColumnMetadata
An abstraction of
ColumnMetadata considers MySQL |
| ServerVersion
MySQL server version, looks like "8.0.14", or "8.0.14-rc2".
|
Copyright © 2018–2023 asyncer.io. All rights reserved.