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

Method getHandle

src/jrd/jrd.cpp:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271Attachment* JAttachment::getHandle() throw()
272{
273 return att ? att->getHandle() : NULL;
274}
275
276const Attachment* JAttachment::getHandle() const throw()
277{

Callers 15

WindowFuncFunction · 0.45
detachMethod · 0.45
cryptThreadRoutineMethod · 0.45
getAttachmentMethod · 0.45
releaseAttachmentMethod · 0.45
detachIdleMethod · 0.45
doAttachMethod · 0.45
doDetachMethod · 0.45
validateHandleFunction · 0.45
AttachmentHolderMethod · 0.45
~AttachmentHolderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected