MySQL 9.1.0
Source Code Documentation
|
#include <connection.h>
Public Attributes | |
std::size_t | bytes_up {0} |
std::size_t | bytes_down {0} |
time_point_type | started {clock_type::now()} |
time_point_type | connected_to_server |
time_point_type | last_sent_to_server |
time_point_type | last_received_from_server |
std::size_t MySQLRoutingConnectionBase::Stats::bytes_down {0} |
std::size_t MySQLRoutingConnectionBase::Stats::bytes_up {0} |
time_point_type MySQLRoutingConnectionBase::Stats::connected_to_server |
time_point_type MySQLRoutingConnectionBase::Stats::last_received_from_server |
time_point_type MySQLRoutingConnectionBase::Stats::last_sent_to_server |
time_point_type MySQLRoutingConnectionBase::Stats::started {clock_type::now()} |