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

Method getCharSet

src/jrd/trace/TraceObjects.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167const char* TraceConnectionImpl::getCharSet()
168{
169 CharSet* cs = INTL_charset_lookup(JRD_get_thread_data(), m_att->att_charset);
170 return cs ? cs->getName() : NULL;
171}
172
173const char* TraceConnectionImpl::getRemoteProtocol()
174{

Callers 3

getExtBlobMethod · 0.45
descToUTF8Function · 0.45
optimizeLikeSimilarMethod · 0.45

Calls 3

INTL_charset_lookupFunction · 0.85
JRD_get_thread_dataFunction · 0.85
getNameMethod · 0.45

Tested by

no test coverage detected