OCI-Lob->import

(no version information, might be only in CVS)

OCI-Lob->import -- Imports file data to the LOB

説明

class OCI-Lob {

bool import ( string filename )

}

Writes data from the filename in to the current position of large object.

パラメータ

filename

Path to the file.

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考

OCI-Lob->export
OCI-Lob->write