C# Class AutoQuery.MySqlBase

Afficher le fichier Open project: CarlosX/RakionLauncher

Méthodes publiques

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

Method Details

CommandSQL() public méthode

public CommandSQL ( string _comm ) : void
_comm string
Résultat void

Execute() public méthode

public Execute ( string sql ) : bool
sql string
Résultat bool

ExecuteBigQuery() public méthode

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
Résultat void

Init() public méthode

public Init ( string host, string user, string password, string database, int port ) : void
host string
user string
password string
database string
port int
Résultat void

Select() public méthode

public Select ( string sql ) : SQLResult
sql string
Résultat SQLResult