C# Class EVESharp.ClusterControler.Database.Database

Show file Open project: Almamu/EVESharp

Public Properties

Property Type Description
DB string
Host string
Password string
Username string

Public Methods

Method Description
DoEscapeString ( string input ) : string
Init ( ) : bool
Query ( MySqlDataReader &res, string query ) : bool
Query ( string query ) : bool
QueryLID ( ulong &id, string query ) : bool
QueueQuery ( string query ) : void
Stop ( ) : void
Update ( ) : void

Method Details

DoEscapeString() public static method

public static DoEscapeString ( string input ) : string
input string
return string

Init() public static method

public static Init ( ) : bool
return bool

Query() public static method

public static Query ( MySqlDataReader &res, string query ) : bool
res MySqlDataReader
query string
return bool

Query() public static method

public static Query ( string query ) : bool
query string
return bool

QueryLID() public static method

public static QueryLID ( ulong &id, string query ) : bool
id ulong
query string
return bool

QueueQuery() public static method

public static QueueQuery ( string query ) : void
query string
return void

Stop() public static method

public static Stop ( ) : void
return void

Update() public static method

public static Update ( ) : void
return void

Property Details

DB public static property

public static string DB
return string

Host public static property

public static string Host
return string

Password public static property

public static string Password
return string

Username public static property

public static string Username
return string