OCI-Lob->export

(no version information, might be only in CVS)

OCI-Lob->export -- 将 LOB 的内容导出到文件中

说明

class OCI-Lob {

bool export ( string filename [, int start [, int length]] )

}

将 LOB 的内容导出到文件中。文件名由 filename 参数给出。可选参数 start 指定从哪里开始导出,而 length 指定要被导出的数据长度。

如果成功则返回 TRUE,失败则返回 FALSE

参数

filename

start

length


add a note add a note User Contributed Notes
There are no user contributed notes for this page.