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

Method dropDatabase

src/jrd/jrd.cpp:3397–3402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3395
3396
3397void JAttachment::dropDatabase(CheckStatusWrapper* user_status)
3398{
3399 internalDropDatabase(user_status);
3400 if (user_status->isEmpty())
3401 release();
3402}
3403
3404
3405void JAttachment::deprecatedDropDatabase(CheckStatusWrapper* user_status)

Callers 2

open_filesFunction · 0.45
dropFunction · 0.45

Calls 2

releaseFunction · 0.50
isEmptyMethod · 0.45

Tested by

no test coverage detected