|
ledger-core
|
Inheritance diagram for ConnectionPool:
Collaboration diagram for ConnectionPool:Public Member Functions | |
| ConnectionPool (const std::string &connectUrl) | |
| std::shared_ptr< api::DatabaseConnection > | getConnection () override |
|
inlineoverridevirtual |
Get a connection to the database. This method won't be called more than the engine pool size return by DatabaseEngine::getPoolSize.
Implements ledger::core::api::DatabaseConnectionPool.
1.8.13