C# 클래스 Aegis.Data.MySQL.DBCommand

상속: IDisposable
파일 보기 프로젝트 열기: SyncZone/AegisFramework 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
Prepare ( ) : void
StringBuilder ( ) : System

메소드 상세

BindParameter() 공개 메소드

public BindParameter ( string parameterName, object value ) : void
parameterName string
value object
리턴 void

DBCommand() 공개 메소드

public DBCommand ( ConnectionPool pool, int timeoutSec = 60 ) : System
pool ConnectionPool
timeoutSec int
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EndQuery() 공개 메소드

public EndQuery ( ) : void
리턴 void

PostQuery() 공개 메소드

public PostQuery ( System.Action actionOnRead, Action actionOnCompletion ) : void
actionOnRead System.Action
actionOnCompletion Action
리턴 void

PostQuery() 공개 메소드

public PostQuery ( Action actionOnRead, Action actionOnCompletion ) : void
actionOnRead Action
actionOnCompletion Action
리턴 void

PostQueryNoReader() 공개 메소드

public PostQueryNoReader ( ) : void
리턴 void

PostQueryNoReader() 공개 메소드

public PostQueryNoReader ( Action actionOnCompletion ) : void
actionOnCompletion Action
리턴 void

Query() 공개 메소드

public Query ( ) : MySqlDataReader
리턴 MySql.Data.MySqlClient.MySqlDataReader

Query() 공개 메소드

public Query ( string query ) : MySqlDataReader
query string
리턴 MySql.Data.MySqlClient.MySqlDataReader

QueryNoReader() 공개 메소드

public QueryNoReader ( ) : void
리턴 void

QueryNoReader() 공개 메소드

public QueryNoReader ( string query ) : void
query string
리턴 void