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

Method getReplSequence

src/jrd/Database.cpp:391–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389 }
390
391 FB_UINT64 Database::getReplSequence(thread_db* tdbb)
392 {
393 USHORT length = sizeof(FB_UINT64);
394 if (!PAG_get_clump(tdbb, Ods::HDR_repl_seq, &length, (UCHAR*) &dbb_repl_sequence))
395 return 0;
396
397 return dbb_repl_sequence;
398 }
399
400 void Database::setReplSequence(thread_db* tdbb, FB_UINT64 sequence)
401 {

Callers 2

evlGetContextFunction · 0.80
ManagerMethod · 0.80

Calls 1

PAG_get_clumpFunction · 0.85

Tested by

no test coverage detected