#include <gamesettings.h>
Protected Member Functions | |
| GameDBStorage (StorageUser *_user, const MythGamePlayerSettings &_parent, const QString &_name) | |
| virtual QString | GetSetClause (MSqlBindings &bindings) const |
| virtual QString | GetWhereClause (MSqlBindings &bindings) const |
Protected Attributes | |
| const MythGamePlayerSettings & | parent |
Definition at line 43 of file gamesettings.h.
| GameDBStorage::GameDBStorage | ( | StorageUser * | _user, | |
| const MythGamePlayerSettings & | _parent, | |||
| const QString & | _name | |||
| ) | [inline, protected] |
Definition at line 46 of file gamesettings.h.
| QString GameDBStorage::GetSetClause | ( | MSqlBindings & | bindings | ) | const [protected, virtual] |
Reimplemented from SimpleDBStorage.
Definition at line 140 of file gamesettings.cpp.
| QString GameDBStorage::GetWhereClause | ( | MSqlBindings & | bindings | ) | const [protected, virtual] |
Implements SimpleDBStorage.
Definition at line 130 of file gamesettings.cpp.
const MythGamePlayerSettings& GameDBStorage::parent [protected] |
Definition at line 56 of file gamesettings.h.
Referenced by GetSetClause(), and GetWhereClause().
1.6.3