Oracle Objects for OLE C++ Class Library
Release 8.1.7

Part Number A85258-01

Library

Product

Contents

DisableStreaming Method

Applies To

OBlob

OClob

OBfile

Description

Disable streaming on LOB operations.

Usage

void DisableStreaming(void) const throw(
OException)

Arguments

none

Remarks

DisableStreaming turns off LOB streaming mode. Any further reads or writes on the LOB will not use streaming; the reads and writes will use a complete roundtrip instead. The previous streaming operation must have completed before DisableStreaming is called.

See
EnableStreaming.


 
Oracle
Copyright copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents