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.

getDate()<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 Date object. Returns the column<br />

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

Syntax<br />

Date getDate(unsigned int colIndex);<br />

Parameters<br />

colIndex<br />

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

getDatebaseNCHARParam()<br />

getDouble()<br />

Returns whether data is in NCHAR character set or not.<br />

Syntax<br />

bool getDatebaseNCHARPARAM(unsigned int paramIndex) const;<br />

Parameters<br />

paramIndex<br />

Parameter index.<br />

Gets the value of a column in the current row as a <strong>C++</strong> double. Returns the column<br />

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

Syntax<br />

double getDouble(unsigned int colIndex);<br />

OCCI Classes and Methods 8-149

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

Saved successfully!

Ooh no, something went wrong!