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

Method getFormat

src/jrd/DbCreators.cpp:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252
253
254const Format* DbCreatorsScan::getFormat(thread_db* tdbb, jrd_rel* relation) const
255{
256 jrd_tra* const transaction = tdbb->getTransaction();
257 return transaction->getDbCreatorsList()->getList(tdbb, relation)->getFormat();
258}
259
260bool DbCreatorsScan::retrieveRecord(thread_db* tdbb, jrd_rel* relation,
261 FB_UINT64 position, Record* record) const

Callers

nothing calls this directly

Calls 3

getDbCreatorsListMethod · 0.80
getTransactionMethod · 0.45
getListMethod · 0.45

Tested by

no test coverage detected