Oracle Objects for OLE C++ Class Library
Release 9.0.1

Part Number A90172-01

Home

Book List

Contents

Master Index

Feedback

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 © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents