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

Function lookup_texttype

src/jrd/intl.cpp:490–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488
489
490static void lookup_texttype(texttype* tt, const SubtypeInfo* info)
491{
492 IntlManager::lookupCollation(info->baseCollationName.c_str(), info->charsetName.c_str(),
493 info->attributes, info->specificAttributes.begin(),
494 info->specificAttributes.getCount(), info->ignoreAttributes, tt);
495}
496
497
498void Jrd::Attachment::releaseIntlObjects(thread_db* tdbb)

Callers 2

lookupCollationMethod · 0.85
INTL_texttype_validateFunction · 0.85

Calls 3

c_strMethod · 0.45
beginMethod · 0.45
getCountMethod · 0.45

Tested by

no test coverage detected