MythTV
master
|
#include <libmythtv/videosource.h>
Public Member Functions | |
CardInputDBStorage (StorageUser *_user, const CardInput &_parent, const QString &_name) | |
int | getInputID (void) const |
![]() | |
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 |
Protected Member Functions | |
void | fillSelections () |
QString | GetSetClause (MSqlBindings &bindings) const override |
QString | GetWhereClause (MSqlBindings &bindings) const override |
![]() | |
QString | GetColumnName (void) const |
QString | GetTableName (void) const |
Private Attributes | |
const CardInput & | m_parent |
Additional Inherited Members | |
![]() | |
QString | m_initval |
![]() | |
StorageUser * | m_user {nullptr} |
QString | m_tablename |
QString | m_columnname |
Definition at line 777 of file videosource.h.
|
inline |
Definition at line 780 of file videosource.h.
int CardInputDBStorage::getInputID | ( | void | ) | const |
Definition at line 3510 of file videosource.cpp.
Referenced by InputName::fillSelections(), and StartingChannel::SetSourceID().
|
protected |
|
overrideprotectedvirtual |
Reimplemented from SimpleDBStorage.
Definition at line 3462 of file videosource.cpp.
|
overrideprotectedvirtual |
Implements SimpleDBStorage.
Definition at line 3451 of file videosource.cpp.
|
private |
Definition at line 796 of file videosource.h.
Referenced by getInputID(), GetSetClause(), and GetWhereClause().