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.

getCharSet()<br />

getClob()<br />

getConnection()<br />

Statement Class<br />

Returns the character set that is in effect for the specified parameter, as a string.<br />

Syntax<br />

string getCharSet(unsigned int paramIndex) const;<br />

Parameters<br />

paramIndex<br />

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

Get the value of a CLOB parameter as a Clob. Returns the parameter value.<br />

Syntax<br />

Clob getClob(unsigned int paramIndex);<br />

Parameters<br />

getCurrentIteration()<br />

paramIndex<br />

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

Syntax<br />

const Connection* getConnection() const;<br />

If the prepared statement has any output Streams, this method returns the current<br />

iteration of the statement that is being processed by OCCI. If this method is called<br />

after all the invocations in the set of iterations has been processed, it returns 0.<br />

Returns the iteration number of the current iteration that is being processed. The<br />

first iteration is numbered 1 and so on. If the statement has finished execution,a0is<br />

returned.<br />

OCCI Classes and Methods 8-177

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

Saved successfully!

Ooh no, something went wrong!