| Package | Description |
|---|---|
| io.asyncer.r2dbc.mysql.api |
R2DBC driver API for MySQL.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MySqlResult.Message
Message segment reported as result of the statement processing.
|
static interface |
MySqlResult.OkSegment
Insert result segment consisting of a
last inserted id and
affected rows count, and only appears if the statement is an insert, the table has an
auto-increment identifier column, and the statement is not using the RETURNING clause. |
static interface |
MySqlResult.OutSegment
Out parameters segment consisting of
readable data. |
static interface |
MySqlResult.RowSegment
Row segment consisting of
row data. |
static interface |
MySqlResult.UpdateCount
Update count segment consisting providing an
affected rows count. |
Copyright © 2018–2024 asyncer.io. All rights reserved.