MySQL 8.0.39
Source Code Documentation
Mysql::Tools::Base::Mysql_query_runner Member List

This is the complete list of members for Mysql::Tools::Base::Mysql_query_runner, including all inherited members.

add_message_callback(std::function< int64(const Message_data &)> *message_callback, std::function< void()> cleanup_callback=nullptr)Mysql::Tools::Base::Mysql_query_runner
add_result_callback(std::function< int64(const Row &)> *result_callback)Mysql::Tools::Base::Mysql_query_runner
append_escape_string(std::string *destination_string, const std::string &original)Mysql::Tools::Base::Mysql_query_runner
append_escape_string(std::string *destination_string, const char *original, size_t original_length)Mysql::Tools::Base::Mysql_query_runner
append_hex_string(std::string *destination_string, const char *original, size_t original_length)Mysql::Tools::Base::Mysql_query_runnerstatic
cleanup_result(const Row &result)Mysql::Tools::Base::Mysql_query_runnerstatic
cleanup_result(std::vector< const Row * > *result)Mysql::Tools::Base::Mysql_query_runnerstatic
escape_string(const std::string &original)Mysql::Tools::Base::Mysql_query_runner
get_low_level_connection() constMysql::Tools::Base::Mysql_query_runner
get_message_type_from_severity(std::string severity)Mysql::Tools::Base::Mysql_query_runnerprivate
m_connectionMysql::Tools::Base::Mysql_query_runnerprivate
m_is_original_runnerMysql::Tools::Base::Mysql_query_runnerprivate
m_is_processingMysql::Tools::Base::Mysql_query_runnerprivate
m_message_callbacksMysql::Tools::Base::Mysql_query_runnerprivate
m_result_callbacksMysql::Tools::Base::Mysql_query_runnerprivate
Mysql_query_runner(MYSQL *connection)Mysql::Tools::Base::Mysql_query_runnerexplicit
Mysql_query_runner(const Mysql_query_runner &source)Mysql::Tools::Base::Mysql_query_runner
report_message(Message_data &message)Mysql::Tools::Base::Mysql_query_runnerprivate
report_mysql_error()Mysql::Tools::Base::Mysql_query_runnerprivate
run_query(std::string query)Mysql::Tools::Base::Mysql_query_runner
run_query(std::string query, std::function< int64(const Row &)> *result_callback)Mysql::Tools::Base::Mysql_query_runner
run_query_store(std::string query, std::vector< const Row * > *result)Mysql::Tools::Base::Mysql_query_runner
run_query_unguarded(std::string query)Mysql::Tools::Base::Mysql_query_runnerprivate
~Mysql_query_runner()Mysql::Tools::Base::Mysql_query_runner