Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
271
Attachment* JAttachment::getHandle() throw()
272
{
273
return att ? att->getHandle() : NULL;
274
}
275
276
const Attachment* JAttachment::getHandle() const throw()
277
{
Callers
15
WindowFunc
Function · 0.45
AttachmentAnySyncHolder
Method · 0.45
detach
Method · 0.45
cryptThreadRoutine
Method · 0.45
getAttachment
Method · 0.45
releaseAttachment
Method · 0.45
detachIdle
Method · 0.45
doAttach
Method · 0.45
doDetach
Method · 0.45
validateHandle
Function · 0.45
AttachmentHolder
Method · 0.45
~AttachmentHolder
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected