![]() |
MySQL 9.5.0
Source Code Documentation
|
End of Resultset message. More...
#include <classic_protocol_message.h>
Public Types | |
| using | string_type = std::conditional_t< Borrowed, std::string_view, std::string > |
| using | base__ = Ok< Borrowed > |
Public Member Functions | |
| constexpr | Eof ()=default |
| constexpr | Eof (classic_protocol::status::value_type status_flags, uint16_t warning_count) |
| constexpr | Eof (classic_protocol::status::value_type status_flags, uint16_t warning_count, string_type message, string_type session_changes) |
End of Resultset message.
| using classic_protocol::borrowable::message::server::Eof< Borrowed >::base__ = Ok<Borrowed> |
| using classic_protocol::borrowable::message::server::Eof< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string> |
|
constexprdefault |
|
inlineconstexpr |
|
inlineconstexpr |