MythTV
master
|
#include <libmythtv/profilegroup.h>
Public Member Functions | |
ProfileGroupStorage (StorageUser *_user, const ProfileGroup &_parentProfile, const QString &_name) | |
QString | GetSetClause (MSqlBindings &bindings) const override |
QString | GetWhereClause (MSqlBindings &bindings) const override |
Public Member Functions inherited from SimpleDBStorage | |
SimpleDBStorage (StorageUser *user, const QString &table, const QString &column) | |
~SimpleDBStorage () override=default | |
void | Load (void) override |
void | Save (void) override |
void | Save (const QString &table) override |
bool | IsSaveRequired (void) const override |
void | SetSaveRequired (void) override |
Public Member Functions inherited from DBStorage | |
DBStorage (StorageUser *user, QString table, QString column) | |
~DBStorage () override=default | |
Public Member Functions inherited from Storage | |
Storage ()=default | |
virtual | ~Storage ()=default |
Public Attributes | |
const ProfileGroup & | m_parent |
Additional Inherited Members | |
Protected Member Functions inherited from DBStorage | |
QString | GetColumnName (void) const |
QString | GetTableName (void) const |
Protected Attributes inherited from SimpleDBStorage | |
QString | m_initval |
Protected Attributes inherited from DBStorage | |
StorageUser * | m_user {nullptr} |
QString | m_tablename |
QString | m_columnname |
Definition at line 13 of file profilegroup.h.
|
inline |
Definition at line 16 of file profilegroup.h.
|
overridevirtual |
Reimplemented from SimpleDBStorage.
Definition at line 19 of file profilegroup.cpp.
|
overridevirtual |
Implements SimpleDBStorage.
Definition at line 9 of file profilegroup.cpp.
const ProfileGroup& ProfileGroupStorage::m_parent |
Definition at line 26 of file profilegroup.h.
Referenced by GetSetClause(), and GetWhereClause().