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

Method dropDatabase

src/yvalve/why.cpp:6096–6108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6094}
6095
6096void YAttachment::dropDatabase(CheckStatusWrapper* status)
6097{
6098 try
6099 {
6100 YEntry<YAttachment> entry(status, this);
6101
6102 done(status, entry, this, [&]{entry.next()->dropDatabase(status);}, [&]{entry.next()->deprecatedDropDatabase(status);});
6103 }
6104 catch (const Exception& e)
6105 {
6106 e.stuffException(status);
6107 }
6108}
6109
6110void YAttachment::deprecatedDropDatabase(CheckStatusWrapper* status)
6111{

Callers 2

executeCreateDatabaseMethod · 0.45

Calls 4

doneFunction · 0.70
nextMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected