<< Click to Display Table of Contents >>
ConnectionPoolInfo
데이터베이스 연결에 대한 각종 정보를 제공하는 클래스입니다.
Property Detail
Alias
public string Alias
해당 ConnectionPool 정보의 alias명
Vendor
public string Vendor
해당 ConnectionPool 정보의 Vendor명
InitialConnections
public int InitialConnections
해당 ConnectionPool 초기 커넥션 개수
MaxConnections
public int MaxConnections
해당 ConnectionPool 최대 커넥션 개수
TimeOut
public int TimeOut
해당 커넥션을 가져올 때 timeout 시간
InitSQLs
public string InitSQLs
ConnectionPool에서 사용할 커넥션을 가져온 뒤 바로 실행하는 쿼리문
CloseSQLs
public string CloseSQLs
커넥션이 close또는 free되기 전 바로 실행하는 쿼리문
SessionQuery
public string SessionQuery
커넥션의 session 쿼리문
DoConnectioncheck
public bool DoConnectionCheck
커넥션 가져올 당시 커넥션이 유효한지 여부
TestQuery
public string TestQuery
커넥션이 유효한지 체크하기 위한 쿼리문
Items
public IstringDictionary Items
dbconfig.xml 파일의 Vendor마다 있는 Items의 key, Value
Decode
public string Decode
해당 ConnectionPool에 대한 디코딩셋
Encode
public string Encode
해당 ConnectionPool에 대한 인코딩셋
FetchRow
public int FetchRow
JDBC 전송 ROW 즉, 결과 셋 반환 시 한꺼번에 가져올 수 있는 행 수