Skip Headers

Oracle® Objects for OLE Developer's Guide
10g Release 1 (10.1)

Part Number B10118-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Offset (OraLOB/BFILE) Property

Applies To

OraBLOB, OraCLOB

OraBFILE

Description

Gets or sets the 1-based offset into the LOB/BFile for the next Read or Write operation. This property is read/write at runtime.

Usage

offsetbytes = OraBFile.Offset

OraBFile.Offset = offsetbytes

offsetbytes = OraBlob.Offset

OraBlob.Offset = offsetbytes

offsetchars = OraClob.Offset

OraClob.Offset = offsetchars

Remarks

This value is expressed in of bytes for OraBlob/OraBFILE or characters for OraClob. The default value is 1. Setting this value to zero will raise an error. When the PollingAmount property is not zero (polling is enabled), the Offset property can only be set before the first Read or Write, or after the current polling operation has completed.

Data Type

Integer