|
ledger-core
|
#include <DatabaseConnectionPool.hpp>
Inheritance diagram for ledger::core::api::DatabaseConnectionPool:Public Member Functions | |
| virtual std::shared_ptr< DatabaseConnection > | getConnection ()=0 |
A pool of connections to a single database.
|
pure virtual |
Get a connection to the database. This method won't be called more than the engine pool size return by DatabaseEngine::getPoolSize.
Implemented in ConnectionPool.
1.8.13