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

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

공개 메소드들

메소드 설명
ConnectionPool ( ) : System
ConnectionPool ( string host, string userId, string userPwd, string dbName ) : System
GetTotalQPS ( ) : int
IncreasePool ( int count ) : void
Initialize ( string host, string userId, string userPwd, string dbName ) : void
Release ( ) : void

비공개 메소드들

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

메소드 상세

ConnectionPool() 공개 메소드

public ConnectionPool ( ) : System
리턴 System

ConnectionPool() 공개 메소드

public ConnectionPool ( string host, string userId, string userPwd, string dbName ) : System
host string
userId string
userPwd string
dbName string
리턴 System

GetTotalQPS() 공개 메소드

public GetTotalQPS ( ) : int
리턴 int

IncreasePool() 공개 메소드

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

Initialize() 공개 메소드

public Initialize ( string host, string userId, string userPwd, string dbName ) : void
host string
userId string
userPwd string
dbName string
리턴 void

Release() 공개 메소드

public Release ( ) : void
리턴 void