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

Method createDatabase

src/yvalve/why.cpp:6492–6496  ·  view source on GitHub ↗

Create new database using the first subsystem that can do it.

Source from the content-addressed store, hash-verified

6490
6491// Create new database using the first subsystem that can do it.
6492YAttachment* Dispatcher::createDatabase(CheckStatusWrapper* status, const char* filename,
6493 unsigned int dpbLength, const unsigned char* dpb)
6494{
6495 return attachOrCreateDatabase(status, true, filename, dpbLength, dpb);
6496}
6497
6498YAttachment* Dispatcher::attachOrCreateDatabase(CheckStatusWrapper* status, bool createFlag,
6499 const char* filename, unsigned int dpbLength, const unsigned char* dpb)

Callers 3

PREPARSE_executeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected