Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ GetDatabaseName
Method
GetDatabaseName
Src/Database/ParameterDatabase.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
QString CParameterDatabase::GetDatabaseName() const
48
{
49
return m_szDatabaseName;
50
}
51
52
void CParameterDatabase::SetDatabaseName(const QString &newDatabaseName)
53
{
Callers
5
Initial
Method · 0.80
SetParameter
Method · 0.80
OpenSQLiteDatabase
Method · 0.80
OpenMySqlDatabase
Method · 0.80
OpenODBCDatabase
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected