<< Click to Display Table of Contents >>

ConnectionPoolInfo


Property Detail

Alias

public string Alias

指定ConnectionPool情報のエイリアス名

Vendor

public string Vendor

指定ConnectionPool情報のベンダー名

InitialConnections

public int InitialConnections

指定ConnectionPoolの初期接続数

MaxConnections

public int MaxConnections

指定ConnectionPoolの最大接続数

TimeOut

public int TimeOut

指定Connectionを取得するタイムアウト時間

InitSQLs

public string InitSQLs

ConnectionPoolで使用するConnectionを取得して即時実行するクエリ文

CloseSQLs

public string CloseSQLs

Connectionがクロスまたは解除される前に即時実行するクエリ文

SessionQuery

public string SessionQuery

Connectionのセッションクエリ文

DoConnectioncheck

public bool DoConnectionCheck

Connectionを取得する当時のConnectionの有効性を確認

TestQuery

public string TestQuery

Connectionの有効性を確認するための指定クエリ文

Items

public IstringDictionary Items

dbconfig.xmlファイルのベンダーごとにあるItemsのkey、Value

Decode

public string Decode

指定ConnectionPoolに対するデコードセット

Encode

public string Encode

指定ConnectionPoolに対するエンコードセット

FetchRow

public int FetchRow

JDBC転送ROW、結果セットを返す時、1回に取得できる行数