C# Class wmib.WMIBMySQL

Mysql
Inheritance: Database, IDisposable
Afficher le fichier Open project: benapetr/wikimedia-bot

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Exec ( ) : void
FlushRows ( ) : void

Method Details

CacheSize() public méthode

public CacheSize ( ) : int
Résultat int

Connect() public méthode

Connect mysql
public Connect ( ) : void
Résultat void

Delete() public méthode

public Delete ( string table, string query ) : int
table string
query string
Résultat int

Disconnect() public méthode

Disconnect mysql
public Disconnect ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EscapeInput() public méthode

public EscapeInput ( string data ) : string
data string
Résultat string

ExecuteNonQuery() public méthode

public ExecuteNonQuery ( string sql, List bind_var = null ) : void
sql string
bind_var List
Résultat void

InsertRow() public méthode

Insert row
public InsertRow ( string table, Row row ) : bool
table string
row Row
Résultat bool

Select() public méthode

public Select ( string sql, List bind_var = null ) : List>
sql string
bind_var List
Résultat List>

Select() public méthode

public Select ( string table, string rows, string query ) : List>
table string
rows string
query string
Résultat List>

WMIBMySQL() public méthode

public WMIBMySQL ( ) : System
Résultat System