MySQL 8.0.40
Source Code Documentation
|
This is the complete list of members for ConnectionPool, including all inherited members.
add(connection_type conn) | ConnectionPool | |
add_if_not_full(connection_type conn) | ConnectionPool | |
connection_type typedef | ConnectionPool | |
ConnectionPool(uint32_t max_pooled_connections, std::chrono::milliseconds idle_timeout) | ConnectionPool | inline |
ConnectionPool(const ConnectionPool &)=delete | ConnectionPool | |
ConnectionPool(ConnectionPool &&)=delete | ConnectionPool | |
container_type typedef | ConnectionPool | protected |
current_pooled_connections() const | ConnectionPool | |
erase(container_type::iterator it) | ConnectionPool | protected |
idle_timeout() const | ConnectionPool | inline |
idle_timeout_ | ConnectionPool | protected |
max_pooled_connections() const | ConnectionPool | inline |
max_pooled_connections_ | ConnectionPool | protected |
operator=(const ConnectionPool &)=delete | ConnectionPool | |
operator=(ConnectionPool &&)=delete | ConnectionPool | |
pool_ | ConnectionPool | protected |
pop_if(UnaryPredicate pred) | ConnectionPool | inline |
reused_ | ConnectionPool | protected |
reused_connections() const | ConnectionPool | inline |
~ConnectionPool()=default | ConnectionPool |