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

Method setAttachment

src/jrd/jrd.cpp:9201–9205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9199}
9200
9201void thread_db::setAttachment(Attachment* val)
9202{
9203 attachment = val;
9204 attStat = val ? &val->att_stats : RuntimeStatistics::getDummy();
9205}
9206
9207void thread_db::setTransaction(jrd_tra* val)
9208{

Callers 12

validateHandleFunction · 0.45
AttachmentHolderMethod · 0.45
compileRequestMethod · 0.45
initAttachmentFunction · 0.45
release_attachmentFunction · 0.45
unwindAttachFunction · 0.45
shutdownAttachmentsFunction · 0.45
ThreadContextHolderMethod · 0.45
findRequestMethod · 0.45
cache_readerMethod · 0.45
initMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected