MythTV
master
|
#include <libmythtv/channelsettings.h>
Public Member Functions | |
ChannelDBStorage (StorageUser *_user, const ChannelID &_id, const QString &_name) | |
QString | GetSetClause (MSqlBindings &bindings) const override |
QString | GetWhereClause (MSqlBindings &bindings) const override |
![]() | |
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 |
![]() | |
DBStorage (StorageUser *user, QString table, QString column) | |
~DBStorage () override=default | |
![]() | |
Storage ()=default | |
virtual | ~Storage ()=default |
Public Attributes | |
const ChannelID & | m_id |
Additional Inherited Members | |
![]() | |
QString | GetColumnName (void) const |
QString | GetTableName (void) const |
![]() | |
QString | m_initval |
![]() | |
StorageUser * | m_user {nullptr} |
QString | m_tablename |
QString | m_columnname |
Definition at line 95 of file channelsettings.h.
|
inline |
Definition at line 98 of file channelsettings.h.
|
overridevirtual |
Reimplemented from SimpleDBStorage.
Definition at line 29 of file channelsettings.cpp.
|
overridevirtual |
Implements SimpleDBStorage.
Definition at line 19 of file channelsettings.cpp.
const ChannelID& ChannelDBStorage::m_id |
Definition at line 104 of file channelsettings.h.
Referenced by GetSetClause(), and GetWhereClause().