메소드 | 설명 | |
---|---|---|
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 ( ) : |
||
ReturnDBC ( |
public ConnectionPool ( string host, string userId, string userPwd, string dbName ) : System | ||
host | string | |
userId | string | |
userPwd | string | |
dbName | string | |
리턴 | System |
public Initialize ( string host, string userId, string userPwd, string dbName ) : void | ||
host | string | |
userId | string | |
userPwd | string | |
dbName | string | |
리턴 | void |