#include <mythstorage.h>
Public Member Functions | |
| HostDBStorage (StorageUser *_user, const QString &name) | |
Protected Member Functions | |
| virtual QString | GetWhereClause (MSqlBindings &bindings) const |
| virtual QString | GetSetClause (MSqlBindings &bindings) const |
Protected Attributes | |
| QString | settingname |
Definition at line 105 of file mythstorage.h.
| HostDBStorage::HostDBStorage | ( | StorageUser * | _user, | |
| const QString & | name | |||
| ) |
Definition at line 132 of file mythstorage.cpp.
| QString HostDBStorage::GetWhereClause | ( | MSqlBindings & | bindings | ) | const [protected, virtual] |
Implements SimpleDBStorage.
Definition at line 137 of file mythstorage.cpp.
| QString HostDBStorage::GetSetClause | ( | MSqlBindings & | bindings | ) | const [protected, virtual] |
Reimplemented from SimpleDBStorage.
Definition at line 154 of file mythstorage.cpp.
QString HostDBStorage::settingname [protected] |
Definition at line 115 of file mythstorage.h.
Referenced by GetSetClause(), and GetWhereClause().
1.6.3