MySQL 9.0.0
Source Code Documentation
classic_protocol::borrowable::session_track::TransactionCharacteristics< Borrowed > Class Template Reference

TransactionCharacteristics 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 TransactionCharacteristics (string_type characteristics)
 
constexpr string_type characteristics () const
 

Private Attributes

string_type characteristics_
 

Detailed Description

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

TransactionCharacteristics changed.

resembles the SQL-text which started the transaction.

see: session_track_transaction_info

Member Typedef Documentation

◆ string_type

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

Constructor & Destructor Documentation

◆ TransactionCharacteristics()

template<bool Borrowed>
constexpr classic_protocol::borrowable::session_track::TransactionCharacteristics< Borrowed >::TransactionCharacteristics ( string_type  characteristics)
inlineconstexpr

Member Function Documentation

◆ characteristics()

template<bool Borrowed>
constexpr string_type classic_protocol::borrowable::session_track::TransactionCharacteristics< Borrowed >::characteristics ( void  ) const
inlineconstexpr

Member Data Documentation

◆ characteristics_

template<bool Borrowed>
string_type classic_protocol::borrowable::session_track::TransactionCharacteristics< Borrowed >::characteristics_
private

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