| Oracle® Objects for OLE C++ Class Library Developer's Guide 10g Release 1 (10.1) Part Number B10119-01  | 
  | 
Applies To
OClob
Description
Disables buffering of LOB operations.
Usage
void DisableBuffering(void) const throw(OException)
Arguments
| none | 
This method does not automatically flush the buffers. FlushBuffer method should be used to flush any changes before buffering is disabled. See the EnableBuffering method.