| Package | Description |
|---|---|
| io.asyncer.r2dbc.mysql.api |
R2DBC driver API for MySQL.
|
| Modifier and Type | Interface and Description |
|---|---|
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. |
Copyright © 2018–2024 asyncer.io. All rights reserved.