MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / OpenSQLiteDatabase

Method OpenSQLiteDatabase

Src/Database/Database.cpp:113–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113bool CDatabase::OpenSQLiteDatabase(const CParameterDatabase *pPara,
114 const QString &szConnectionName)
115{
116 QString szFile;
117 if(pPara) {
118 szFile = pPara->GetDatabaseName();
119 }
120 return OpenSQLiteDatabase(szFile, szConnectionName);
121}
122
123bool CDatabase::OpenSQLiteDatabase(
124 const QString& szFile, const QString& szConnectionName)

Callers 1

InitialMethod · 0.80

Calls 3

GetDatabaseNameMethod · 0.80
isEmptyMethod · 0.45
openMethod · 0.45

Tested by

no test coverage detected