![]() |
MySQL 9.5.0
Source Code Documentation
|
Ok message. More...
#include <classic_protocol_message.h>
Public Types | |
| using | string_type = std::conditional_t< Borrowed, std::string_view, std::string > |
Public Member Functions | |
| constexpr | Ok ()=default |
| constexpr | Ok (uint64_t affected_rows, uint64_t last_insert_id, classic_protocol::status::value_type status_flags, uint16_t warning_count, string_type message="", string_type session_changes="") |
| constexpr void | status_flags (classic_protocol::status::value_type flags) |
| constexpr classic_protocol::status::value_type | status_flags () const noexcept |
| constexpr void | warning_count (uint16_t count) |
| constexpr uint16_t | warning_count () const noexcept |
| constexpr void | last_insert_id (uint64_t val) |
| constexpr uint64_t | last_insert_id () const noexcept |
| constexpr void | affected_rows (uint64_t val) |
| constexpr uint64_t | affected_rows () const noexcept |
| constexpr void | message (const string_type &msg) |
| constexpr string_type | message () const |
| constexpr void | session_changes (const string_type &changes) |
| string_type | session_changes () const |
| get session-changes. More... | |
Private Attributes | |
| classic_protocol::status::value_type | status_flags_ {} |
| uint16_t | warning_count_ {} |
| uint64_t | last_insert_id_ {} |
| uint64_t | affected_rows_ {} |
| string_type | message_ {} |
| string_type | session_changes_ {} |
Ok message.
| using classic_protocol::borrowable::message::server::Ok< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string> |
|
constexprdefault |
|
inlineconstexpr |
|
inlineconstexprnoexcept |
|
inlineconstexpr |
|
inlineconstexprnoexcept |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inline |
get session-changes.
|
inlineconstexpr |
|
inlineconstexprnoexcept |
|
inlineconstexpr |
|
inlineconstexprnoexcept |
|
inlineconstexpr |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |