Oracle Objects for OLE Release 9.2 Part Number A95895-01 |
|
Applies To
Description
Erases the specified portion of the LOB value of this object starting at the specified offset.
Arguments |
Description |
---|---|
[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 |
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.
|
Copyright © 1994, 2002 Oracle Corporation. All Rights Reserved. |
|