![]() | OCI-Lob->writeTemporary(no version information, might be only in CVS) OCI-Lob->writeTemporary -- Writes temporary large objectDescrizioneclass OCI-Lob {bool writeTemporary ( string data [, int lob_type] ) } Creates a temporary large object and writes data to it. Parameter lob_type can be one of the following:
OCI-Lob->writeTemporary() creates a CLOB by default. You should use OCI-Lob->close when the work with the object is over. Restituisce TRUE in caso di successo, FALSE in caso di fallimento. | ![]() | ||