<< 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 방식 오즈 서버의 URL

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: 클라이언트로 데이터를 전송할 때 Stream 버퍼의 크기, ConcurrentFirstRow: 클라이언트로 데이터를 전송할 때 맨 처음 전송되는 첫 데이터의 행 개수)