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

Method EngineContextHolder

src/jrd/jrd.cpp:862–869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860
861template <typename I>
862EngineContextHolder::EngineContextHolder(CheckStatusWrapper* status, I* interfacePtr, const char* from,
863 unsigned lockFlags)
864 : ThreadContextHolder(status),
865 AttachmentHolder(*this, interfacePtr->getAttachment(), lockFlags, from),
866 DatabaseContextHolder(operator thread_db*())
867{
868 validateHandle(*this, interfacePtr->getHandle());
869}
870
871// Used in ProfilerManager.cpp
872template EngineContextHolder::EngineContextHolder(

Callers

nothing calls this directly

Calls 3

validateHandleFunction · 0.85
getAttachmentMethod · 0.45
getHandleMethod · 0.45

Tested by

no test coverage detected