OCI-Lob->truncate
(no version information, might be only in CVS)
OCI-Lob->truncate -- Truncates large object
説明
class
OCI-Lob {
bool
truncate ( [int length] )
}
Truncates the LOB.
パラメータ
length
If provided, this method will truncate the LOB to
length
bytes. Otherwise, it will completrely
purge the LOB.
返り値
成功した場合に TRUE を、失敗した場合に FALSE を返します。