C# 클래스 wmib.WMIBMySQL

Mysql
상속: Database, IDisposable
파일 보기 프로젝트 열기: benapetr/wikimedia-bot

공개 메소드들

메소드 설명
CacheSize ( ) : int
Connect ( ) : void

Connect mysql

Delete ( string table, string query ) : int
Disconnect ( ) : void

Disconnect mysql

Dispose ( ) : void
EscapeInput ( string data ) : string
ExecuteNonQuery ( string sql, List bind_var = null ) : void
InsertRow ( string table, Row row ) : bool

Insert row

Select ( string sql, List bind_var = null ) : List>
Select ( string table, string rows, string query ) : List>
WMIBMySQL ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Exec ( ) : void
FlushRows ( ) : void

메소드 상세

CacheSize() 공개 메소드

public CacheSize ( ) : int
리턴 int

Connect() 공개 메소드

Connect mysql
public Connect ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( string table, string query ) : int
table string
query string
리턴 int

Disconnect() 공개 메소드

Disconnect mysql
public Disconnect ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EscapeInput() 공개 메소드

public EscapeInput ( string data ) : string
data string
리턴 string

ExecuteNonQuery() 공개 메소드

public ExecuteNonQuery ( string sql, List bind_var = null ) : void
sql string
bind_var List
리턴 void

InsertRow() 공개 메소드

Insert row
public InsertRow ( string table, Row row ) : bool
table string
row Row
리턴 bool

Select() 공개 메소드

public Select ( string sql, List bind_var = null ) : List>
sql string
bind_var List
리턴 List>

Select() 공개 메소드

public Select ( string table, string rows, string query ) : List>
table string
rows string
query string
리턴 List>

WMIBMySQL() 공개 메소드

public WMIBMySQL ( ) : System
리턴 System