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

Method SysStableAttachment

src/jrd/jrd.cpp:5019–5026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5017
5018
5019SysStableAttachment::SysStableAttachment(Attachment* handle)
5020 : StableAttachmentPart(handle)
5021{
5022 handle->att_flags |= ATT_system;
5023
5024 m_JAttachment = FB_NEW JAttachment(this);
5025 this->setInterface(m_JAttachment);
5026}
5027
5028
5029void SysStableAttachment::initDone()

Callers

nothing calls this directly

Calls 2

JAttachmentClass · 0.85
setInterfaceMethod · 0.45

Tested by

no test coverage detected