C# 클래스 AutoQuery.MySqlBase

파일 보기 프로젝트 열기: CarlosX/RakionLauncher

공개 메소드들

메소드 설명
CommandSQL ( string _comm ) : void
Execute ( string sql ) : bool
ExecuteBigQuery ( string table, string fields, int fieldCount, int resultCount, object values, bool resultAsIndex = true ) : void
Init ( string host, string user, string password, string database, int port ) : void
Select ( string sql ) : SQLResult

메소드 상세

CommandSQL() 공개 메소드

public CommandSQL ( string _comm ) : void
_comm string
리턴 void

Execute() 공개 메소드

public Execute ( string sql ) : bool
sql string
리턴 bool

ExecuteBigQuery() 공개 메소드

public ExecuteBigQuery ( string table, string fields, int fieldCount, int resultCount, object values, bool resultAsIndex = true ) : void
table string
fields string
fieldCount int
resultCount int
values object
resultAsIndex bool
리턴 void

Init() 공개 메소드

public Init ( string host, string user, string password, string database, int port ) : void
host string
user string
password string
database string
port int
리턴 void

Select() 공개 메소드

public Select ( string sql ) : SQLResult
sql string
리턴 SQLResult