MySQL 8.3.0
Source Code Documentation
st_persist_var Struct Referencefinal

STRUCT st_persist_var. More...

#include <persisted_variable.h>

Public Member Functions

 st_persist_var ()
 
 st_persist_var (THD *thd)
 
 st_persist_var (const std::string key, const std::string value, const ulonglong timestamp, const std::string user, const std::string host, const bool is_null)
 
bool operator== (const st_persist_var &persist_var) const
 

Public Attributes

std::string key
 
std::string value
 
ulonglong timestamp
 
std::string user
 
std::string host
 
bool is_null
 

Detailed Description

STRUCT st_persist_var.

This structure represents information of a variable which is to be persisted in mysql-auto.cnf file.

Constructor & Destructor Documentation

◆ st_persist_var() [1/3]

st_persist_var::st_persist_var ( )

◆ st_persist_var() [2/3]

st_persist_var::st_persist_var ( THD thd)

◆ st_persist_var() [3/3]

st_persist_var::st_persist_var ( const std::string  key,
const std::string  value,
const ulonglong  timestamp,
const std::string  user,
const std::string  host,
const bool  is_null 
)

Member Function Documentation

◆ operator==()

bool st_persist_var::operator== ( const st_persist_var persist_var) const
inline

Member Data Documentation

◆ host

std::string st_persist_var::host

◆ is_null

bool st_persist_var::is_null

◆ key

std::string st_persist_var::key

◆ timestamp

ulonglong st_persist_var::timestamp

◆ user

std::string st_persist_var::user

◆ value

std::string st_persist_var::value

The documentation for this struct was generated from the following files: