Oracle Objects for OLE
Release 9.2

Part Number A95895-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback

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
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
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 © 1994, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback