MythTV  0.26-pre
Public Attributes
DatabaseParams Struct Reference

Structure containing the basic Database parameters. More...

#include <mythdbparams.h>

List of all members.

Public Attributes

QString dbHostName
 database server
bool dbHostPing
 Can we test connectivity using ping?
int dbPort
 database port
QString dbUserName
 DB user name.
QString dbPassword
 DB password.
QString dbName
 database name
QString dbType
 database type (MySQL, Postgres, etc.)
bool localEnabled
 true if localHostName is not default
QString localHostName
 name used for loading/saving settings
bool wolEnabled
 true if wake-on-lan params are used
int wolReconnect
 seconds to wait for reconnect
int wolRetry
 times to retry to reconnect
QString wolCommand
 command to use for wake-on-lan
QString verVersion
 git version string
QString verBranch
 git branch
QString verProtocol
 backend protocol
QString verBinary
 binary library version
QString verSchema
 core schema version

Detailed Description

Structure containing the basic Database parameters.

Definition at line 7 of file mythdbparams.h.


Member Data Documentation

git version string

Definition at line 25 of file mythdbparams.h.

Referenced by MythXMLClient::GetConnectionInfo().

git branch

Definition at line 26 of file mythdbparams.h.

Referenced by MythXMLClient::GetConnectionInfo().

backend protocol

Definition at line 27 of file mythdbparams.h.

Referenced by MythXMLClient::GetConnectionInfo().

binary library version

Definition at line 28 of file mythdbparams.h.

Referenced by MythXMLClient::GetConnectionInfo().

core schema version

Definition at line 29 of file mythdbparams.h.

Referenced by MythXMLClient::GetConnectionInfo().


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