参照先: 説明
| インタフェース | 説明 |
|---|---|
| ClientMessage |
A message sent from a MySQL client to a MySQL server.
|
| ExchangeableMessage |
The message that is exchangeable.
|
| HandshakeResponse |
A message considers handshake response implementations of
ExchangeableMessage. |
| SendOnlyMessage |
The message that has no result, is send only.
|
| SslRequest |
A ssl request for multi-versions.
|
| クラス | 説明 |
|---|---|
| AuthResponse |
A message that contains only an authentication, used by full authentication or change authentication response.
|
| ExitMessage |
The request message tells the MySQL client to exit.
|
| ParameterWriter |
Parameter writer for
ByteBuf(s). |
| PingMessage |
The request message check alive of MySQL server.
|
| PreparedCloseMessage |
The message tell MySQL server to 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.
|
| PrepareQueryMessage |
A message of prepare sql query for get prepared statement ID and information.
|
| SimpleQueryMessage |
A plain text SQL query message without any parameter, it could include multi-statements.
|
Copyright © 2018–2020. All rights reserved.