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.

getResultSet()<br />

getRowid()<br />

getSQL()<br />

getStream()<br />

Parameters<br />

paramIndex<br />

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

Returns the current result as a ResultSet.<br />

Syntax<br />

ResultSet * getResultSet();<br />

Get the rowid param value as a Bytes<br />

Syntax<br />

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

Parameters<br />

paramIndex<br />

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

Returns the current SQL string associated with the Statement object.<br />

Syntax<br />

string getSQL() const;<br />

Syntax<br />

Stream * getStream(unsigned int paramIndex);<br />

Statement Class<br />

OCCI Classes and Methods 8-183

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

Saved successfully!

Ooh no, something went wrong!