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

Method dropDatabase

src/remote/client/interface.cpp:2336–2341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2334
2335
2336void Attachment::dropDatabase(CheckStatusWrapper* status)
2337{
2338 internalDropDatabase(status);
2339 if (status->isEmpty())
2340 release();
2341}
2342
2343
2344void Attachment::deprecatedDropDatabase(CheckStatusWrapper* status)

Callers 1

drop_databaseMethod · 0.45

Calls 2

releaseFunction · 0.50
isEmptyMethod · 0.45

Tested by

no test coverage detected