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

Method getFormat

src/jrd/Mapping.cpp:1662–1666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1660
1661
1662const Format* GlobalMappingScan::getFormat(thread_db* tdbb, jrd_rel* relation) const
1663{
1664 jrd_tra* const transaction = tdbb->getTransaction();
1665 return transaction->getMappingList()->getList(tdbb, relation)->getFormat();
1666}
1667
1668bool GlobalMappingScan::retrieveRecord(thread_db* tdbb, jrd_rel* relation,
1669 FB_UINT64 position, Record* record) const

Callers 15

executeMethod · 0.45
cleanupRpbFunction · 0.45
EVL_fieldFunction · 0.45
EXT_getFunction · 0.45
EXT_storeFunction · 0.45
VIO_copy_recordFunction · 0.45
VIO_dataFunction · 0.45
VIO_intermediate_gcFunction · 0.45
VIO_writelockFunction · 0.45
check_nullify_sourceFunction · 0.45
dfw_should_knowFunction · 0.45
get_undo_dataFunction · 0.45

Calls 3

getMappingListMethod · 0.80
getTransactionMethod · 0.45
getListMethod · 0.45

Tested by

no test coverage detected