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

Method getFormat

src/jrd/UserManagement.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151} // anonymous namespace
152
153const Format* UsersTableScan::getFormat(thread_db* tdbb, jrd_rel* relation) const
154{
155 jrd_tra* const transaction = tdbb->getTransaction();
156 return transaction->getUserManagement()->getList(tdbb, relation)->getFormat();
157}
158
159
160bool UsersTableScan::retrieveRecord(thread_db* tdbb, jrd_rel* relation,

Callers

nothing calls this directly

Calls 3

getUserManagementMethod · 0.80
getTransactionMethod · 0.45
getListMethod · 0.45

Tested by

no test coverage detected