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

Method shutdown

src/jrd/extds/ExtDS.cpp:280–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280int Manager::shutdown()
281{
282 FbLocalStatus status;
283 ThreadContextHolder tdbb(&status);
284
285 if (m_connPool)
286 m_connPool->clear(tdbb);
287
288 for (Provider* prv = m_providers; prv; prv = prv->m_next) {
289 prv->cancelConnections();
290 }
291
292 return 0;
293}
294
295
296// Provider

Callers

nothing calls this directly

Calls 2

cancelConnectionsMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected