<< Click to Display Table of Contents >>
DataBind
Constructor Detail
DataBind
public DataBind(string url, string id, string pw, bool autoLogin, bool useUSL)
データバインディングモジュール関連機能を実行します。
Parameters
url:HTTP方式OZ ServerのURL
id:ユーザーID
pw:ユーザーのパスワード
autoLogin:自動ログインをするか否か
useUSL:USLを使用するか否か
Method Detail
GetConfigration
public OZAttributeList GetConfigration() throws OZAPIException
DataBindの属性値、"databind.properties"に設定されている値を取得します。
SetConfigration
public void SetConfigration(OZAttributeList config) throws OZAPIException
DataBindの設定、"databind.properties"に設定されている値が変更できます。
Parameters
config:DataBind設定属性(ConcurrentFetchSize:クライアントにデータを転送する時、ストリームバッファサイズを設定します、ConcurrentFirstRow:クライアントにデータを転送する時、初回転送されるデータ行数を設定します)