Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
const char* TraceConnectionImpl::getUserName()
158
{
159
return m_att->getUserName().nullStr();
160
}
161
162
const char* TraceConnectionImpl::getRoleName()
163
{
Callers
7
getReplicator
Function · 0.45
isSameDatabase
Method · 0.45
doPrepare
Method · 0.45
isCurrentAccount
Function · 0.45
startSession
Method · 0.45
checkPrivileges
Method · 0.45
update_session
Method · 0.45
Calls
2
nullStr
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected