C# Class Aegis.Data.MSSQL.ConnectionPool

Show file Open project: SyncZone/AegisFramework Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
GetDBC ( ) : DBConnector
ReturnDBC ( DBConnector dbc ) : void

Method Details

ConnectionPool() public method

public ConnectionPool ( ) : System
return System

ConnectionPool() public method

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

GetTotalQPS() public method

public GetTotalQPS ( ) : int
return int

IncreasePool() public method

public IncreasePool ( int count ) : void
count int
return void

Initialize() public method

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

Release() public method

public Release ( ) : void
return void