6 #ifndef IROHA_POOL_WRAPPER_HPP 7 #define IROHA_POOL_WRAPPER_HPP 12 class connection_pool;
17 class FailoverCallbackHolder;
21 std::shared_ptr<soci::connection_pool> connection_pool,
22 std::unique_ptr<FailoverCallbackHolder> failover_callback_holder,
23 bool enable_prepared_transactions);
33 #endif // IROHA_POOL_WRAPPER_HPP std::unique_ptr< FailoverCallbackHolder > failover_callback_holder_
Definition: pool_wrapper.hpp:26
bool enable_prepared_transactions_
Definition: pool_wrapper.hpp:27
Definition: pool_wrapper.hpp:19
Definition: block_query.hpp:15
std::shared_ptr< soci::connection_pool > connection_pool_
Definition: pool_wrapper.hpp:25
Definition: pool_wrapper.hpp:11