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

Method getData

src/jrd/Monitoring.cpp:704–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702
703
704RecordBuffer* SnapshotData::getData(const jrd_rel* relation) const
705{
706 fb_assert(relation);
707
708 return getData(relation->rel_id);
709}
710
711
712RecordBuffer* SnapshotData::getData(int id) const

Callers 15

EVL_fieldFunction · 0.45
getFormatMethod · 0.45
retrieveRecordMethod · 0.45
EXT_getFunction · 0.45
EXT_storeFunction · 0.45
VIO_dataFunction · 0.45
VIO_intermediate_gcFunction · 0.45
VIO_writelockFunction · 0.45
delete_recordFunction · 0.45
prepare_updateFunction · 0.45
refresh_changed_fieldsFunction · 0.45
writeMethod · 0.45

Calls 1

getCountMethod · 0.45

Tested by

no test coverage detected