MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getConnPool

Method getConnPool

src/jrd/extds/ExtDS.cpp:266–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266ConnectionsPool* Manager::getConnPool(bool create)
267{
268 if (!m_connPool && create)
269 m_connPool = FB_NEW_POOL(manager->getPool()) ConnectionsPool(manager->getPool());
270
271 return m_connPool;
272}
273
274void Manager::jrdAttachmentEnd(thread_db* tdbb, Jrd::Attachment* att, bool forced)
275{

Callers 4

releaseConnectionMethod · 0.45
putConnectionMethod · 0.45
delConnectionMethod · 0.45
checkBoundConnectionMethod · 0.45

Calls 1

ConnectionsPoolClass · 0.85

Tested by

no test coverage detected