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