|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|
#include <mock_connection_pool.h>

Public Attributes | |
| size_t | min_size = 2 |
| size_t | max_size = 10 |
| std::chrono::milliseconds | acquire_timeout {5000} |
| bool | simulate_slow_acquire = false |
| std::chrono::milliseconds | slow_acquire_delay {100} |
Definition at line 30 of file mock_connection_pool.h.
| std::chrono::milliseconds database::testing::mock_connection_pool::config::acquire_timeout {5000} |
Definition at line 33 of file mock_connection_pool.h.
Referenced by database::testing::mock_connection_pool::acquire().
| size_t database::testing::mock_connection_pool::config::max_size = 10 |
Definition at line 32 of file mock_connection_pool.h.
Referenced by database::testing::mock_connection_pool::acquire().
| size_t database::testing::mock_connection_pool::config::min_size = 2 |
Definition at line 31 of file mock_connection_pool.h.
Referenced by database::testing::mock_connection_pool::mock_connection_pool().
| bool database::testing::mock_connection_pool::config::simulate_slow_acquire = false |
Definition at line 34 of file mock_connection_pool.h.
Referenced by database::testing::mock_connection_pool::acquire().
| std::chrono::milliseconds database::testing::mock_connection_pool::config::slow_acquire_delay {100} |
Definition at line 35 of file mock_connection_pool.h.
Referenced by database::testing::mock_connection_pool::acquire().