<< Click to Display Table of Contents >>
ConnectionPoolInfo
This class provides properties to get the information about database connection.
Property Detail
Alias
public string Alias
The alias of the connection.
Vendor
public string Vendor
The vendor name of the connection.
InitialConnections
public int InitialConnections
The initial number of connections.
MaxConnections
public int MaxConnections
The maximum number of connections.
TimeOut
public int TimeOut
The connection timeout in second.
InitSQLs
public string InitSQLs
The initial query to execute after connection open.
CloseSQLs
public string CloseSQLs
The query to execute before closing or freeing a connection.
SessionQuery
public string SessionQuery
The session query of a connection.
DoConnectioncheck
public bool DoConnectionCheck
The status of connection validity check.
TestQuery
public string TestQuery
The query to test connection.
Items
public IstringDictionary Items
The Item <key,value> of the vendor in dbconfig.xml.
Decode
public string Decode
The decoding set for the corresponding ConnectionPool.
Encode
public string Encode
The encoding set for the corresponding ConenctionPool.
FetchRow
public int FetchRow
The number of JDBC result set rows to get by one time.