| Package | Description |
|---|---|
| io.asyncer.r2dbc.mysql.message.server |
The messages that are sent from the MySQL server to a MySQL client.
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorMessage |
ErrorMessage.decode(io.netty.buffer.ByteBuf buf)
Decode error message from a
ByteBuf. |
ErrorMessage |
ErrorMessage.offendedBy(@Nullable String sql)
Creates a new
ErrorMessage with specific offending statement. |
Copyright © 2018–2023 asyncer.io. All rights reserved.