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

Method makeHashKey

src/jrd/Mapping.cpp:229–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229NoCaseString Mapping::Map::makeHashKey() const
230{
231 NoCaseString key;
232 key += usng;
233 MAP_DEBUG(key += ':');
234 key += plugin;
235 MAP_DEBUG(key += ':');
236 key += db;
237 MAP_DEBUG(key += ':');
238 key += fromType;
239 MAP_DEBUG(key += ':');
240 key += from;
241
242 key.upper();
243 return key;
244}
245
246Mapping::Map::Map(const char* aUsing, const char* aPlugin, const char* aDb,
247 const char* aFromType, const char* aFrom,

Callers 3

hashMethod · 0.80
populateMethod · 0.80
searchMethod · 0.80

Calls 1

upperMethod · 0.80

Tested by

no test coverage detected