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

Method name

src/jrd/UserManagement.cpp:48–51  ·  view source on GitHub ↗

ILogonInfo implementation

Source from the content-addressed store, hash-verified

46
47 // ILogonInfo implementation
48 const char* name()
49 {
50 return att->att_user ? att->att_user->getUserName().c_str() : "";
51 }
52
53 const char* role()
54 {

Callers 3

loadPluginMethod · 0.45
validatePasswordFunction · 0.45
load_pluginsMethod · 0.45

Calls 2

c_strMethod · 0.45
getUserNameMethod · 0.45

Tested by

no test coverage detected