DB » Api

addclobdata

Description

쿼리 실행시 파라미터로 사용할 clob 데이터를 설정한다.

Parameters

Parameters Type Description
strCLOBData STRING clob 데이터 문자열

Return Value

Type Description
BOOL 정상처리 여부

Remark

전용 브라우저 환경에서만 동작합니다.

Example

function btnTest_on_mouseup(objInst) { ctrlDB.addclobdata("abcdefghijklmnoprstuvwxyz"); // my_content1 의 clob데이터 ctrlDB.addclobdata("123456789012345678901234567890"); // my_content2 의 clob데이터 ctrlDB.executesql("insert into my_table(my_id, my_name, my_content1, my_content2) values ('tester', '홍길동', ?, ?);"); }

See Also

removeallclobdata

Viewer Ver.

9.1.1.1

Update Date

20240117