C# 클래스 Mono.Moma.MySqlDataAccess

상속: DataAccess
파일 보기 프로젝트 열기: mono/momareports

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
GetConnection ( ) : IDbConnection

메소드 상세

BeginTransaction() 공개 메소드

public BeginTransaction ( ) : void
리턴 void

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

GetConnection() 보호된 메소드

protected GetConnection ( ) : IDbConnection
리턴 IDbConnection

InitReportCounts() 공개 메소드

public InitReportCounts ( int report_id ) : void
report_id int
리턴 void

InsertMember() 공개 메소드

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
리턴 int

InsertOrUpdateMember() 공개 메소드

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
리턴 bool

InsertOrUpdatePInvoke() 공개 메소드

public InsertOrUpdatePInvoke ( int report_id, string library_name, string function_name ) : bool
report_id int
library_name string
function_name string
리턴 bool

InsertReportMaster() 공개 메소드

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
리턴 int

InsertVersion() 공개 메소드

public InsertVersion ( string name, System.DateTime date ) : int
name string
date System.DateTime
리턴 int

Rollback() 공개 메소드

public Rollback ( ) : void
리턴 void

SetWpf() 공개 메소드

public SetWpf ( int report_id ) : void
report_id int
리턴 void