Go to the source code of this file.
Classes | |
| struct | Holder |
Functions | |
| bool | TestDatabase (QString dbHostName, QString dbUserName, QString dbPassword, QString dbName, int dbPort) |
| static void | InitMSqlQueryInfo (MSqlQueryInfo &qi) |
| void | MSqlAddMoreBindings (MSqlBindings &output, MSqlBindings &addfrom) |
| Add the entries in addfrom to the map in output. | |
| void | MSqlEscapeAsAQuery (QString &query, MSqlBindings &bindings) |
| Given a partial query string and a bindings object, escape the string. | |
Variables | |
| static const uint | kPurgeTimeout = 60 * 60 |
| bool TestDatabase | ( | QString | dbHostName, | |
| QString | dbUserName, | |||
| QString | dbPassword, | |||
| QString | dbName, | |||
| int | dbPort | |||
| ) |
Definition at line 31 of file mythdbcon.cpp.
Referenced by Myth::TestDBSettings().
| static void InitMSqlQueryInfo | ( | MSqlQueryInfo & | qi | ) | [static] |
Definition at line 480 of file mythdbcon.cpp.
Referenced by MSqlQuery::DDCon(), MSqlQuery::InitCon(), and MSqlQuery::SchedCon().
| void MSqlAddMoreBindings | ( | MSqlBindings & | output, | |
| MSqlBindings & | addfrom | |||
| ) |
Add the entries in addfrom to the map in output.
Definition at line 889 of file mythdbcon.cpp.
Referenced by ProgLister::FillItemList().
| void MSqlEscapeAsAQuery | ( | QString & | query, | |
| MSqlBindings & | bindings | |||
| ) |
Given a partial query string and a bindings object, escape the string.
Definition at line 910 of file mythdbcon.cpp.
Referenced by PowerSearchPopup::recordClicked(), and PhrasePopup::recordClicked().
const uint kPurgeTimeout = 60 * 60 [static] |
Definition at line 29 of file mythdbcon.cpp.
Referenced by MDBManager::PurgeIdleConnections().
1.6.3