C# Class MediaPortal.DeployTool.InstallationChecks.MySQLChecker

Inheritance: IInstallationPackage
Mostrar archivo Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Public Methods

Method Description
BackupDB ( ) : bool
CheckStatus ( ) : CheckResult
CheckStatusMySQL51 ( ) : CheckResult
Download ( ) : bool
ForceUpdateDB ( ) : bool
GetDisplayName ( ) : string
Install ( ) : bool
RestoreDB ( ) : bool
UnInstall ( ) : bool

Private Methods

Method Description
IsMySQL51Installed ( ) : bool
PrepareMyIni ( string iniFile ) : void
WritePrivateProfileString ( string section, string key, string val, string filePath ) : long

Method Details

BackupDB() public method

public BackupDB ( ) : bool
return bool

CheckStatus() public method

public CheckStatus ( ) : CheckResult
return CheckResult

CheckStatusMySQL51() public static method

public static CheckStatusMySQL51 ( ) : CheckResult
return CheckResult

Download() public method

public Download ( ) : bool
return bool

ForceUpdateDB() public method

public ForceUpdateDB ( ) : bool
return bool

GetDisplayName() public method

public GetDisplayName ( ) : string
return string

Install() public method

public Install ( ) : bool
return bool

RestoreDB() public method

public RestoreDB ( ) : bool
return bool

UnInstall() public method

public UnInstall ( ) : bool
return bool