Oracle Objects for OLE
Release 8.1.7

Part Number A85257-01

Library

Product

Contents

Erase (OraLOB) Method

Applies To

OraBLOB, OraCLOB

Description

Erases the specified portion of the LOB value of this object starting at the specified offset.

Arguments

[in] amount
An Integer specifying the maximum number of characters or bytes to be erased
[in] [optional]
offset An Integer specifying absolute offset of the LOB value from which to start erasing. Default value is 1
Usage

OraBlob.Erase amount, offset

OraClob.Erase amount, offset

Remarks

Either a row-level lock or object-level lock should be obtained before calling this method. The actual number of characters/bytes and the requested number of characters/bytes will differ if the end of the LOB value is reached before erasing the requested number of characters/bytes. For BLOBs, erasing means that zero-byte fillers overwrite the existing LOB value. For CLOBs, erasing means that spaces overwrite the existing LOB value.


 
Oracle
Copyright copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents