Method | Description | |
---|---|---|
AssertIsNpgsqlCommand ( this cmd ) : void |
cmd의 수형이 NpgsqlCommand수형인지 확인합니다.
|
|
CreateNpgsqlConnection ( this db, bool &newConnectionCreated ) : |
Oracle Connection을 비동기 방식으로 엽니다.
|
Method | Description | |
---|---|---|
HandleConnectionError ( |
||
OpenConnection ( this db, int tryCount ) : |
MySQL Connection을 연결합니다.
|
public static AssertIsNpgsqlCommand ( this cmd ) : void | ||
cmd | this | 수형 확인할 DbCommand 인스턴스 |
return | void |
public static CreateNpgsqlConnection ( this db, bool &newConnectionCreated ) : |
||
db | this | DAAB MySqlProvider 인스턴스 |
newConnectionCreated | bool | 새로운 Connenction이 생성되었는지 여부 |
return |