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

Method attachDatabase

src/jrd/jrd.cpp:1620–1624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1618}
1619
1620JAttachment* JProvider::attachDatabase(CheckStatusWrapper* user_status, const char* filename,
1621 unsigned int dpb_length, const unsigned char* dpb)
1622{
1623 return internalAttach(user_status, filename, dpb_length, dpb, NULL);
1624}
1625
1626JAttachment* JProvider::internalAttach(CheckStatusWrapper* user_status, const char* const filename,
1627 unsigned int dpb_length, const unsigned char* dpb, const UserId* existingId)

Callers 15

open_filesFunction · 0.45
initItemMethod · 0.45
startMethod · 0.45
forceCleanMethod · 0.45
SecurityDatabaseMethod · 0.45
cryptThreadRoutineMethod · 0.45
doAttachMethod · 0.45
validateFunction · 0.45
runSweepMethod · 0.45
attachMethod · 0.45
getListMethod · 0.45
openDbFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected