C# 클래스 EVESharp.Database.Database

파일 보기 프로젝트 열기: Almamu/EVESharp

공개 프로퍼티들

프로퍼티 타입 설명
DB string
Host string
Password string
Username string

공개 메소드들

메소드 설명
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

메소드 상세

DoEscapeString() 공개 정적인 메소드

public static DoEscapeString ( string input ) : string
input string
리턴 string

Init() 공개 정적인 메소드

public static Init ( ) : bool
리턴 bool

Query() 공개 정적인 메소드

public static Query ( MySqlDataReader &res, string query ) : bool
res MySql.Data.MySqlClient.MySqlDataReader
query string
리턴 bool

Query() 공개 정적인 메소드

public static Query ( string query ) : bool
query string
리턴 bool

QueryLID() 공개 정적인 메소드

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

QueueQuery() 공개 정적인 메소드

public static QueueQuery ( string query ) : void
query string
리턴 void

Stop() 공개 정적인 메소드

public static Stop ( ) : void
리턴 void

Update() 공개 정적인 메소드

public static Update ( ) : void
리턴 void

프로퍼티 상세

DB 공개적으로 정적으로 프로퍼티

public static string DB
리턴 string

Host 공개적으로 정적으로 프로퍼티

public static string Host
리턴 string

Password 공개적으로 정적으로 프로퍼티

public static string Password
리턴 string

Username 공개적으로 정적으로 프로퍼티

public static string Username
리턴 string