C# Class Mono.Moma.MySqlDataAccess

Inheritance: DataAccess
Afficher le fichier Open project: mono/momareports

Méthodes publiques

Méthode Description
BeginTransaction ( ) : void
Commit ( ) : void
InitReportCounts ( int report_id ) : void
InsertMember ( int version_id, string name, bool is_todo, bool is_missing, bool is_niex, bool is_fixed, string fixed_in, string comment ) : int
InsertOrUpdateMember ( int report_id, string name, bool is_missing, bool is_todo, bool is_niex, string todo_comment ) : bool
InsertOrUpdatePInvoke ( int report_id, string library_name, string function_name ) : bool
InsertReportMaster ( System.DateTime submit_date, string ip, string definitions, string reported_by, string email, string organization, string homepage, string comment, string guid ) : int
InsertVersion ( string name, System.DateTime date ) : int
Rollback ( ) : void
SetWpf ( int report_id ) : void

Méthodes protégées

Méthode Description
GetConnection ( ) : IDbConnection

Method Details

BeginTransaction() public méthode

public BeginTransaction ( ) : void
Résultat void

Commit() public méthode

public Commit ( ) : void
Résultat void

GetConnection() protected méthode

protected GetConnection ( ) : IDbConnection
Résultat IDbConnection

InitReportCounts() public méthode

public InitReportCounts ( int report_id ) : void
report_id int
Résultat void

InsertMember() public méthode

public InsertMember ( int version_id, string name, bool is_todo, bool is_missing, bool is_niex, bool is_fixed, string fixed_in, string comment ) : int
version_id int
name string
is_todo bool
is_missing bool
is_niex bool
is_fixed bool
fixed_in string
comment string
Résultat int

InsertOrUpdateMember() public méthode

public InsertOrUpdateMember ( int report_id, string name, bool is_missing, bool is_todo, bool is_niex, string todo_comment ) : bool
report_id int
name string
is_missing bool
is_todo bool
is_niex bool
todo_comment string
Résultat bool

InsertOrUpdatePInvoke() public méthode

public InsertOrUpdatePInvoke ( int report_id, string library_name, string function_name ) : bool
report_id int
library_name string
function_name string
Résultat bool

InsertReportMaster() public méthode

public InsertReportMaster ( System.DateTime submit_date, string ip, string definitions, string reported_by, string email, string organization, string homepage, string comment, string guid ) : int
submit_date System.DateTime
ip string
definitions string
reported_by string
email string
organization string
homepage string
comment string
guid string
Résultat int

InsertVersion() public méthode

public InsertVersion ( string name, System.DateTime date ) : int
name string
date System.DateTime
Résultat int

Rollback() public méthode

public Rollback ( ) : void
Résultat void

SetWpf() public méthode

public SetWpf ( int report_id ) : void
report_id int
Résultat void