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

Method setInterface

src/jrd/tra.cpp:3857–3861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3855
3856
3857void jrd_tra::setInterface(JTransaction* jt)
3858{
3859 fb_assert(tra_interface == NULL || tra_interface == jt);
3860 tra_interface = jt;
3861}
3862
3863
3864TimeZoneSnapshot* jrd_tra::getTimeZoneSnapshot(thread_db* tdbb)

Callers 6

checkTranIntfFunction · 0.45
reconnectTransactionMethod · 0.45
startTransactionMethod · 0.45
SysStableAttachmentMethod · 0.45
create_attachmentFunction · 0.45
resetSessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected