MythTV  0.25-pre
Public Member Functions | Protected Member Functions | Protected Attributes
DBStorage Class Reference

#include <mythstorage.h>

Inheritance diagram for DBStorage:
Storage AutoIncrementDBSetting SimpleDBStorage CaptureCard::ID CardInput::ID MultiplexID MythGamePlayerSettings::ID ProfileGroup::ID RecordingProfile::ID VideoSource::ID CaptureCardDBStorage CardInputDBStorage ChannelDBStorage CodecParamStorage GameDBStorage GenericDBStorage GlobalDBStorage HostDBStorage MuxDBStorage PlayGroupDBStorage ProfileGroupStorage RecordingProfileStorage VideoSourceDBStorage

List of all members.

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

StorageUseruser
QString tablename
QString columnname

Detailed Description

Definition at line 34 of file mythstorage.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

QString DBStorage::GetColumnName ( void  ) const [inline, protected]
QString DBStorage::GetTableName ( void  ) const [inline, protected]

Member Data Documentation

QString DBStorage::tablename [protected]

Definition at line 47 of file mythstorage.h.

QString DBStorage::columnname [protected]

Definition at line 48 of file mythstorage.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends