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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Blob Class<br />

operator==()<br />

operator!= ()<br />

read()<br />

Parameters<br />

srcBlob<br />

The BLOB to copy data from.<br />

This method compares two Blob objects for equality. Two Blob objects are equal if<br />

they both refer to the same BLOB. Two null Blob objects are not considered equal.<br />

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

Syntax<br />

bool operator==(const Blob &srcBlob) const;<br />

Parameters<br />

srcBlob<br />

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

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

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

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

returned.<br />

Syntax<br />

bool operator!=(const Blob &srcBlob) const;<br />

Parameters<br />

srcBlob<br />

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

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

bytes read is returned.<br />

8-18 <strong>Oracle</strong> <strong>C++</strong> <strong>Call</strong> <strong>Interface</strong> Programmer’s <strong>Guide</strong>

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

Saved successfully!

Ooh no, something went wrong!