| Package | Description |
|---|---|
| io.asyncer.r2dbc.mysql.message.client |
The messages that are sent from a MySQL client to a MySQL server.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HandshakeResponse
An abstraction of
LoginClientMessage considers handshake response. |
interface |
LoginClientMessage
An abstraction of
ClientMessage considers login phase messages. |
interface |
SslRequest
An abstraction of
ClientMessage that considers SSL request for handshake. |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthResponse
A message that contains only an authentication, used by full authentication or change authentication
response.
|
class |
ExitMessage
A singleton request message tells the MySQL client to exit.
|
class |
PingMessage
A singleton request message check alive of MySQL server.
|
class |
PreparedCloseMessage
A message that close the prepared statement specified by id.
|
class |
PreparedExecuteMessage
A message to execute a prepared statement once with parameter.
|
class |
PreparedFetchMessage
A message for fetches the requested amount of rows produced by cursored
PreparedExecuteMessage. |
class |
PreparedLargeDataMessage
Send parameter long data for prepared statements, it should be used by LOB types.
|
class |
PreparedResetMessage
A message that reset the prepared statement specified by id.
|
class |
PreparedTextQueryMessage
A client prepared query message based on text protocol.
|
class |
PrepareQueryMessage
A message of prepare sql query for get prepared statement ID and information.
|
class |
TextQueryMessage
A plain text SQL query message, it could include multi-statements.
|
Copyright © 2018–2023 asyncer.io. All rights reserved.