C# 클래스 EventAI_Creator.SQLConnection

파일 보기 프로젝트 열기: mangosR2/eventAI_tool

공개 프로퍼티들

프로퍼티 타입 설명
conn MySql.Data.MySqlClient.MySqlConnection
dbhost string
dbpass string
dbuser string
dbworld string
error System.Exception

공개 메소드들

메소드 설명
Connect ( string tdbhost, string tdbuser, string tdbpass, string tdbworld ) : bool
DisConnect ( ) : void
DoNONREADSD2Query ( string query, bool showsucces ) : void

메소드 상세

Connect() 공개 정적인 메소드

public static Connect ( string tdbhost, string tdbuser, string tdbpass, string tdbworld ) : bool
tdbhost string
tdbuser string
tdbpass string
tdbworld string
리턴 bool

DisConnect() 공개 정적인 메소드

public static DisConnect ( ) : void
리턴 void

DoNONREADSD2Query() 공개 정적인 메소드

public static DoNONREADSD2Query ( string query, bool showsucces ) : void
query string
showsucces bool
리턴 void

프로퍼티 상세

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

public static MySqlConnection,MySql.Data.MySqlClient conn
리턴 MySql.Data.MySqlClient.MySqlConnection

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

public static string dbhost
리턴 string

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

public static string dbpass
리턴 string

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

public static string dbuser
리턴 string

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

public static string dbworld
리턴 string

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

public static Exception,System error
리턴 System.Exception