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

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

공개 메소드들

메소드 설명
Close ( ) : void
Connect ( string hostIp, int hostPortNo, string charSet, string dbName, string user, string pwd, int commandTimeoutSec = 60 ) : void
Ping ( ) : void

비공개 메소드들

메소드 설명
DBConnector ( ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Connect() 공개 메소드

public Connect ( string hostIp, int hostPortNo, string charSet, string dbName, string user, string pwd, int commandTimeoutSec = 60 ) : void
hostIp string
hostPortNo int
charSet string
dbName string
user string
pwd string
commandTimeoutSec int
리턴 void

Ping() 공개 메소드

public Ping ( ) : void
리턴 void