#include <channelsettings.h>
Protected Member Functions | |
| ChannelDBStorage (StorageUser *_user, const ChannelID &_id, QString _name) | |
| virtual QString | GetSetClause (MSqlBindings &bindings) const |
| virtual QString | GetWhereClause (MSqlBindings &bindings) const |
Protected Attributes | |
| const ChannelID & | id |
Definition at line 103 of file channelsettings.h.
| ChannelDBStorage::ChannelDBStorage | ( | StorageUser * | _user, | |
| const ChannelID & | _id, | |||
| QString | _name | |||
| ) | [inline, protected] |
Definition at line 106 of file channelsettings.h.
| QString ChannelDBStorage::GetSetClause | ( | MSqlBindings & | bindings | ) | const [protected, virtual] |
Reimplemented from SimpleDBStorage.
Definition at line 21 of file channelsettings.cpp.
| QString ChannelDBStorage::GetWhereClause | ( | MSqlBindings & | bindings | ) | const [protected, virtual] |
Implements SimpleDBStorage.
Definition at line 11 of file channelsettings.cpp.
const ChannelID& ChannelDBStorage::id [protected] |
Reimplemented in Source.
Definition at line 112 of file channelsettings.h.
1.6.3