| Package | Description |
|---|---|
| io.asyncer.r2dbc.mysql |
An implementation of the Reactive Relational Database Connection API for MySQL servers.
|
| io.asyncer.r2dbc.mysql.api |
R2DBC driver API for MySQL.
|
| io.asyncer.r2dbc.mysql.codec |
Data codecs for the type that the service provider understands.
|
| io.asyncer.r2dbc.mysql.constant |
Constants of the MySQL Client/Server Protocol.
|
| io.asyncer.r2dbc.mysql.message.server |
The messages that are sent from the MySQL server to a MySQL client.
|
| Class and Description |
|---|
| MySqlConnection
A
Connection for connecting to a MySQL database. |
| Class and Description |
|---|
MySqlBatch
Batch for executing a collection of statements in a batch against a MySQL database. |
MySqlColumnMetadata
ColumnMetadata for column metadata returned from a MySQL database. |
MySqlConnectionMetadata
ConnectionMetadata for a connection connected to a MySQL database. |
| MySqlNativeTypeMetadata
An interface for MySQL native type metadata.
|
MySqlOutParameterMetadata
OutParameterMetadata for an OUT parameter metadata returned from a MySQL database. |
MySqlOutParameters
OutParameters for a collection of OUT parameters returned from a MySQL database. |
MySqlOutParametersMetadata
OutParametersMetadata for OUT parameters metadata returned from a MySQL database. |
MySqlReadable
Readable data for a row or a collection of OUT parameters that's against a MySQL
database. |
MySqlReadableMetadata
ReadableMetadata for metadata of a column or an OUT parameter returned from a MySQL
database. |
| MySqlResult
A
Result for results of a query against a MySQL database. |
| MySqlResult.RowSegment
Row segment consisting of
row data. |
| MySqlResult.Segment
Marker interface for a MySQL result segment.
|
| MySqlResult.UpdateCount
Update count segment consisting providing an
affected rows count. |
| MySqlRow
A
Row for a data row of a MySqlResult. |
MySqlRowMetadata
RowMetadata for a row metadata returned from a MySQL database. |
| MySqlStatement
A strongly typed abstraction of
Statement for a SQL statement against a MySQL database. |
MySqlTransactionDefinition
TransactionDefinition for a MySQL database. |
| Class and Description |
|---|
MySqlReadableMetadata
ReadableMetadata for metadata of a column or an OUT parameter returned from a MySQL
database. |
| Class and Description |
|---|
| MySqlNativeTypeMetadata
An interface for MySQL native type metadata.
|
| Class and Description |
|---|
MySqlReadableMetadata
ReadableMetadata for metadata of a column or an OUT parameter returned from a MySQL
database. |
Copyright © 2018–2024 asyncer.io. All rights reserved.