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

Method deleteConnection

src/jrd/extds/ExtDS.cpp:607–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607void Connection::deleteConnection(thread_db* tdbb, Connection* conn)
608{
609 conn->m_deleting = true;
610
611 if (conn->isConnected())
612 conn->detach(tdbb);
613
614 delete conn;
615}
616
617Connection::~Connection()
618{

Callers

nothing calls this directly

Calls 2

isConnectedMethod · 0.45
detachMethod · 0.45

Tested by

no test coverage detected