MySQL 8.4.0
Source Code Documentation
options::Mysql_connection Class Reference

#include <options.h>

Public Member Functions

 Mysql_connection (bool connect)
 
 ~Mysql_connection ()
 
bool execute (std::string command)
 
bool ok ()
 

Private Attributes

bool ok_
 
MYSQLmysql
 

Constructor & Destructor Documentation

◆ Mysql_connection()

Mysql_connection::Mysql_connection ( bool  connect)
explicit

◆ ~Mysql_connection()

Mysql_connection::~Mysql_connection ( )

Member Function Documentation

◆ execute()

bool Mysql_connection::execute ( std::string  command)

◆ ok()

bool options::Mysql_connection::ok ( )
inline

Member Data Documentation

◆ mysql

MYSQL* options::Mysql_connection::mysql
private

◆ ok_

bool options::Mysql_connection::ok_
private

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