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.

getIntervalYM()<br />

Parameters<br />

colIndex<br />

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

ResultSet Class<br />

Get the value of a column in the current row as a IntervalYM object. Returns the<br />

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

Syntax<br />

IntervalYM getIntervalYM(unsigned int colIndex);<br />

Parameters<br />

getMaxColumnSize()<br />

colIndex<br />

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

Get the maximum amount of data to read for a column.<br />

Syntax<br />

unsigned int getMaxColumnSize(unsigned int colIndex) const;<br />

Parameters<br />

getNumArrayRows()<br />

colIndex<br />

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

Returns the actual number of rows fetched in the last array fetch when next(int<br />

numRows) returned END_OF_DATA. Returns the actual number of rows fetched in<br />

the final array fetch<br />

Syntax<br />

unsigned int getNumArrayRows() const;<br />

OCCI Classes and Methods 8-151

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

Saved successfully!

Ooh no, something went wrong!