Oracle Objects for OLE C++ Class Library
Release 8.1.7

Part Number A85258-01

Library

Product

Contents

GetOffset Method (not used)

Applies To

OBlob

OClob

OBfile

Description

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

Usage

unsigned long GetOffset(void) const throw(
OException)

Arguments

none

Remarks

This value is expressed in bytes for OBlob and OBfile, or in characters for OClob. The default value is 1. Setting this value to zero raises 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.

See Also

GetPollingAmount

SetOffset

SetPollingAmount


 
Oracle
Copyright copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents