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

Method attachDatabase

src/yvalve/why.cpp:6485–6489  ·  view source on GitHub ↗

Attach a database through the first subsystem that recognizes it.

Source from the content-addressed store, hash-verified

6483
6484// Attach a database through the first subsystem that recognizes it.
6485YAttachment* Dispatcher::attachDatabase(CheckStatusWrapper* status, const char* filename,
6486 unsigned int dpbLength, const unsigned char* dpb)
6487{
6488 return attachOrCreateDatabase(status, false, filename, dpbLength, dpb);
6489}
6490
6491// Create new database using the first subsystem that can do it.
6492YAttachment* Dispatcher::createDatabase(CheckStatusWrapper* status, const char* filename,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected