|
MythTV
0.25-pre
|
#include <mythstorage.h>
Public Member Functions | |
| DBStorage (StorageUser *_user, QString _table, QString _column) | |
| virtual | ~DBStorage () |
Protected Member Functions | |
| QString | GetColumnName (void) const |
| QString | GetTableName (void) const |
Protected Attributes | |
| StorageUser * | user |
| QString | tablename |
| QString | columnname |
Definition at line 34 of file mythstorage.h.
| DBStorage::DBStorage | ( | StorageUser * | _user, |
| QString | _table, | ||
| QString | _column | ||
| ) | [inline] |
Definition at line 37 of file mythstorage.h.
| virtual DBStorage::~DBStorage | ( | ) | [inline, virtual] |
Definition at line 40 of file mythstorage.h.
| QString DBStorage::GetColumnName | ( | void | ) | const [inline, protected] |
Reimplemented in MultiplexID.
Definition at line 43 of file mythstorage.h.
Referenced by MultiplexID::GetColumnName(), ProfileGroupStorage::GetSetClause(), GameDBStorage::GetSetClause(), VideoSourceDBStorage::GetSetClause(), SimpleDBStorage::GetSetClause(), GenericDBStorage::GetSetClause(), ChannelDBStorage::GetSetClause(), CaptureCardDBStorage::GetSetClause(), MuxDBStorage::GetSetClause(), CardInputDBStorage::GetSetClause(), SimpleDBStorage::Load(), and AutoIncrementDBSetting::Save().
| QString DBStorage::GetTableName | ( | void | ) | const [inline, protected] |
Definition at line 44 of file mythstorage.h.
Referenced by SimpleDBStorage::Load(), SimpleDBStorage::Save(), and AutoIncrementDBSetting::Save().
StorageUser* DBStorage::user [protected] |
Definition at line 46 of file mythstorage.h.
Referenced by ProfileGroupStorage::GetSetClause(), CodecParamStorage::GetSetClause(), GameDBStorage::GetSetClause(), VideoSourceDBStorage::GetSetClause(), SimpleDBStorage::GetSetClause(), GenericDBStorage::GetSetClause(), ChannelDBStorage::GetSetClause(), HostDBStorage::GetSetClause(), GlobalDBStorage::GetSetClause(), CaptureCardDBStorage::GetSetClause(), MuxDBStorage::GetSetClause(), CardInputDBStorage::GetSetClause(), SimpleDBStorage::IsSaveRequired(), and SimpleDBStorage::Load().
QString DBStorage::tablename [protected] |
Definition at line 47 of file mythstorage.h.
QString DBStorage::columnname [protected] |
Definition at line 48 of file mythstorage.h.
1.7.6.1