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

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

공개 메소드들

메소드 설명
ConnectionPool ( ) : System
ConnectionPool ( string ipAddress, int portNo, string charSet, string dbName, string userId, string userPwd ) : System
GetTotalQPS ( ) : int
IncreasePool ( int count ) : void
Initialize ( string ipAddress, int portNo, string charSet, string dbName, string userId, string userPwd ) : void
NewCommand ( int timeoutSec = 60 ) : DBCommand
Release ( ) : void

비공개 메소드들

메소드 설명
GetDBC ( ) : DBConnector
PingTest ( ) : void
ReturnDBC ( DBConnector dbc ) : void

메소드 상세

ConnectionPool() 공개 메소드

public ConnectionPool ( ) : System
리턴 System

ConnectionPool() 공개 메소드

public ConnectionPool ( string ipAddress, int portNo, string charSet, string dbName, string userId, string userPwd ) : System
ipAddress string
portNo int
charSet string
dbName string
userId string
userPwd string
리턴 System

GetTotalQPS() 공개 메소드

public GetTotalQPS ( ) : int
리턴 int

IncreasePool() 공개 메소드

public IncreasePool ( int count ) : void
count int
리턴 void

Initialize() 공개 메소드

public Initialize ( string ipAddress, int portNo, string charSet, string dbName, string userId, string userPwd ) : void
ipAddress string
portNo int
charSet string
dbName string
userId string
userPwd string
리턴 void

NewCommand() 공개 메소드

public NewCommand ( int timeoutSec = 60 ) : DBCommand
timeoutSec int
리턴 DBCommand

Release() 공개 메소드

public Release ( ) : void
리턴 void