MySQL 9.1.0
Source Code Documentation
|
system-variable changed. More...
#include <classic_protocol_session_track.h>
Public Types | |
using | string_type = std::conditional_t< Borrowed, std::string_view, std::string > |
Public Member Functions | |
constexpr | SystemVariable (string_type key, string_type value) |
constexpr string_type | key () const noexcept |
constexpr string_type | value () const noexcept |
Private Attributes | |
string_type | key_ |
string_type | value_ |
system-variable changed.
see: session_track_system_variable
using classic_protocol::borrowable::session_track::SystemVariable< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string> |
|
inlineconstexpr |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
private |
|
private |