Go to the source code of this file.
Classes | |
| struct | Holder |
Functions | |
| 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. | |
| void InitMSqlQueryInfo | ( | MSqlQueryInfo & | qi | ) |
Definition at line 273 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 452 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 469 of file mythdbcon.cpp.
Referenced by ProgLister::addSearchRecord().
1.5.5