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

Method setup

src/jrd/extds/ExtDS.cpp:599–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597}
598
599void Connection::setup(const PathName& dbName, const ClumpletReader& dpb)
600{
601 m_dbName = dbName;
602
603 m_dpb.clear();
604 m_dpb.add(dpb.getBuffer(), dpb.getBufferLength());
605}
606
607void Connection::deleteConnection(thread_db* tdbb, Connection* conn)
608{

Callers 1

createConnectionMethod · 0.45

Calls 4

clearMethod · 0.45
addMethod · 0.45
getBufferMethod · 0.45
getBufferLengthMethod · 0.45

Tested by

no test coverage detected