C# Class Aegis.Data.MySQL.DBCommand

Inheritance: IDisposable
Afficher le fichier Open project: SyncZone/AegisFramework Class Usage Examples

Méthodes publiques

Méthode Description
BindParameter ( string parameterName, object value ) : void
DBCommand ( ConnectionPool pool, int timeoutSec = 60 ) : System
Dispose ( ) : void
EndQuery ( ) : void
PostQuery ( System.Action actionOnRead, Action actionOnCompletion ) : void
PostQuery ( Action actionOnRead, Action actionOnCompletion ) : void
PostQueryNoReader ( ) : void
PostQueryNoReader ( Action actionOnCompletion ) : void
Query ( ) : MySqlDataReader
Query ( string query ) : MySqlDataReader
QueryNoReader ( ) : void
QueryNoReader ( string query ) : void

Private Methods

Méthode Description
Prepare ( ) : void
StringBuilder ( ) : System

Method Details

BindParameter() public méthode

public BindParameter ( string parameterName, object value ) : void
parameterName string
value object
Résultat void

DBCommand() public méthode

public DBCommand ( ConnectionPool pool, int timeoutSec = 60 ) : System
pool ConnectionPool
timeoutSec int
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EndQuery() public méthode

public EndQuery ( ) : void
Résultat void

PostQuery() public méthode

public PostQuery ( System.Action actionOnRead, Action actionOnCompletion ) : void
actionOnRead System.Action
actionOnCompletion Action
Résultat void

PostQuery() public méthode

public PostQuery ( Action actionOnRead, Action actionOnCompletion ) : void
actionOnRead Action
actionOnCompletion Action
Résultat void

PostQueryNoReader() public méthode

public PostQueryNoReader ( ) : void
Résultat void

PostQueryNoReader() public méthode

public PostQueryNoReader ( Action actionOnCompletion ) : void
actionOnCompletion Action
Résultat void

Query() public méthode

public Query ( ) : MySqlDataReader
Résultat MySql.Data.MySqlClient.MySqlDataReader

Query() public méthode

public Query ( string query ) : MySqlDataReader
query string
Résultat MySql.Data.MySqlClient.MySqlDataReader

QueryNoReader() public méthode

public QueryNoReader ( ) : void
Résultat void

QueryNoReader() public méthode

public QueryNoReader ( string query ) : void
query string
Résultat void