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

Method retrieveRecord

src/jrd/UserManagement.cpp:160–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159
160bool UsersTableScan::retrieveRecord(thread_db* tdbb, jrd_rel* relation,
161 FB_UINT64 position, Record* record) const
162{
163 jrd_tra* const transaction = tdbb->getTransaction();
164 return transaction->getUserManagement()->getList(tdbb, relation)->fetch(position, record);
165}
166
167
168UserManagement::UserManagement(jrd_tra* pTra)

Callers

nothing calls this directly

Calls 4

getUserManagementMethod · 0.80
getTransactionMethod · 0.45
fetchMethod · 0.45
getListMethod · 0.45

Tested by

no test coverage detected