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

Method getUserName

src/jrd/trace/TraceObjects.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157const char* TraceConnectionImpl::getUserName()
158{
159 return m_att->getUserName().nullStr();
160}
161
162const char* TraceConnectionImpl::getRoleName()
163{

Callers 7

getReplicatorFunction · 0.45
isSameDatabaseMethod · 0.45
doPrepareMethod · 0.45
isCurrentAccountFunction · 0.45
startSessionMethod · 0.45
checkPrivilegesMethod · 0.45
update_sessionMethod · 0.45

Calls 2

nullStrMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected