MySQL 8.4.0
Source Code Documentation
classic_protocol::borrowable::session_track::Schema< Borrowed > Class Template Reference

schema 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 Schema (string_type schema)
 
constexpr string_type schema () const noexcept
 

Private Attributes

string_type schema_
 

Detailed Description

template<bool Borrowed>
class classic_protocol::borrowable::session_track::Schema< Borrowed >

schema changed.

see: session_track_schema

Member Typedef Documentation

◆ string_type

template<bool Borrowed>
using classic_protocol::borrowable::session_track::Schema< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string>

Constructor & Destructor Documentation

◆ Schema()

template<bool Borrowed>
constexpr classic_protocol::borrowable::session_track::Schema< Borrowed >::Schema ( string_type  schema)
inlineconstexpr

Member Function Documentation

◆ schema()

template<bool Borrowed>
constexpr string_type classic_protocol::borrowable::session_track::Schema< Borrowed >::schema ( ) const
inlineconstexprnoexcept

Member Data Documentation

◆ schema_

template<bool Borrowed>
string_type classic_protocol::borrowable::session_track::Schema< Borrowed >::schema_
private

The documentation for this class was generated from the following file: