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.

Statement Class<br />

getBfile()<br />

getBlob()<br />

getBytes()<br />

Get the value of a BFILE parameter as a Bfile object. Returns the parameter value.<br />

Syntax<br />

Bfile getBfile(unsigned int paramIndex);<br />

Parameters<br />

paramIndex<br />

The first parameter is 1, the second is 2, . . . .<br />

Get the value of a BLOB parameter as a Blob. Returns the parameter value<br />

Syntax<br />

Blob getBlob(unsigned int paramIndex);<br />

Parameters<br />

paramIndex<br />

The first parameter is 1, the second is 2, . . . .<br />

Get the value of a SQL BINARY or VARBINARY parameter as Bytes. Returns the<br />

parameter value; if the value is SQL null, the result is null.<br />

Syntax<br />

Bytes getBytes(unsigned int paramIndex);<br />

Parameters<br />

paramIndex<br />

The first parameter is 1, the second is 2, . . . .<br />

8-176 <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!