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

Method getUserName

src/jrd/ExtEngineManager.cpp:701–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701const char* ExtEngineManager::ExternalContextImpl::getUserName()
702{
703 return internalAttachment->att_user ? internalAttachment->att_user->getUserName().c_str() : "";
704}
705
706const char* ExtEngineManager::ExternalContextImpl::getDatabaseName()
707{

Callers 15

executeMethod · 0.45
register_connectionMethod · 0.45
register_serviceMethod · 0.45
AttachmentClass · 0.45
processCommandMethod · 0.45
evlGetContextFunction · 0.45
buildExternalAccessMethod · 0.45
VIO_eraseFunction · 0.45
executeMethod · 0.45
ResultSetMethod · 0.45
fetchMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected