10.12.2012 Views

Oracle C++ Call Interface Programmer's Guide

Oracle C++ Call Interface Programmer's Guide

Oracle C++ Call Interface Programmer's Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

operator!=()<br />

read()<br />

Parameters<br />

srcClob<br />

The Clob object to be compared with the current Clob object.<br />

Clob Class<br />

This method compares two Clob objects for inequality. Two Clob objects are equal<br />

if they both refer to the same CLOB. Two null Clob objects are not considered<br />

equal. If the Clob objects are not equal, then true is returned; otherwise, false is<br />

returned.<br />

Syntax<br />

bool operator!=(const Clob &srcClob) const;<br />

Parameters<br />

srcClob<br />

The Clob object to be compared with the current Clob object.<br />

This method reads a part or all of the CLOB into a buffer. The actual number of<br />

characters read is returned. The client’s character set id and form will be used by<br />

default, unless they are explicityly set through setCharSetId() and<br />

setCharSetForm() calls.<br />

Syntax<br />

unsigned int read(unsigned int amt,<br />

unsigned char *buffer,<br />

unsigned int bufsize,<br />

unsigned int offset = 1) const;<br />

Parameters<br />

amt<br />

The number of consecutive characters to be read from the CLOB.<br />

buffer<br />

The buffer into which the CLOB data is to be read.<br />

OCCI Classes and Methods 8-33

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!