ledger-core
|
#include <DatabaseConnectionPool.hpp>
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.