| 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 DecodeContext |
DecodeContext.command()
Get an instance of
DecodeContext for command phase. |
static DecodeContext |
DecodeContext.fetch()
Get an instance of
DecodeContext when fetching result for prepared statement executing. |
static DecodeContext |
DecodeContext.login()
Get an instance of
DecodeContext for login phase. |
static DecodeContext |
DecodeContext.preparedMetadata(boolean eofDeprecated,
int totalColumns,
int totalParameters)
Get an instance of
DecodeContext when receive metadata of prepared statement executing. |
static DecodeContext |
DecodeContext.prepareQuery()
Get an instance of
DecodeContext after prepare statement query. |
static DecodeContext |
DecodeContext.result(boolean eofDeprecated,
int totalColumns)
Get an instance of
DecodeContext when receive a result. |
| Modifier and Type | Method and Description |
|---|---|
@Nullable ServerMessage |
ServerMessageDecoder.decode(io.netty.buffer.ByteBuf envelope,
ConnectionContext context,
DecodeContext decodeContext)
Decode a server-side message from
ServerMessageDecoder.parts and current envelope. |
Copyright © 2018–2023 asyncer.io. All rights reserved.