#include <mythstorage.h>
Public Member Functions | |
| GlobalDBStorage (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 118 of file mythstorage.h.
| GlobalDBStorage::GlobalDBStorage | ( | StorageUser * | _user, | |
| const QString & | name | |||
| ) |
Definition at line 171 of file mythstorage.cpp.
| QString GlobalDBStorage::GetWhereClause | ( | MSqlBindings & | bindings | ) | const [protected, virtual] |
Implements SimpleDBStorage.
Definition at line 177 of file mythstorage.cpp.
| QString GlobalDBStorage::GetSetClause | ( | MSqlBindings & | bindings | ) | const [protected, virtual] |
Reimplemented from SimpleDBStorage.
Definition at line 187 of file mythstorage.cpp.
QString GlobalDBStorage::settingname [protected] |
Definition at line 128 of file mythstorage.h.
Referenced by GetSetClause(), and GetWhereClause().
1.6.3