Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
704
RecordBuffer* SnapshotData::getData(const jrd_rel* relation) const
705
{
706
fb_assert(relation);
707
708
return getData(relation->rel_id);
709
}
710
711
712
RecordBuffer* SnapshotData::getData(int id) const
Callers
15
EVL_field
Function · 0.45
getFormat
Method · 0.45
retrieveRecord
Method · 0.45
EXT_get
Function · 0.45
EXT_store
Function · 0.45
VIO_data
Function · 0.45
VIO_intermediate_gc
Function · 0.45
VIO_writelock
Function · 0.45
delete_record
Function · 0.45
prepare_update
Function · 0.45
refresh_changed_fields
Function · 0.45
write
Method · 0.45
Calls
1
getCount
Method · 0.45
Tested by
no test coverage detected