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.

IntervalDS Class<br />

IntervalDS Class<br />

Leading field precision will be determined by number of decimal digits in day<br />

input. Fraction second precision will be determined by number of fraction digits on<br />

input.<br />

IntervalDS(const Environment *env,<br />

int day = 0,<br />

int hour = 0,<br />

int minute = 0,<br />

int second = 0,<br />

int fs = 0);<br />

day<br />

day component.<br />

Valid values are -10^9 through 10^9.<br />

hour<br />

hour component.<br />

Valid values are -23 through 23.<br />

minute<br />

minute component.<br />

Valid values are -59 through 59.<br />

second<br />

second component.<br />

Valid values are -59 through 59.<br />

fs<br />

fractional second component.<br />

Constructs a null IntervalDS object. A null intervalDS can be initialized by<br />

assignment or calling fromText method. Methods that can be called on null<br />

intervalDS objects are setNull and isNull.<br />

IntervalDS();<br />

OCCI Classes and Methods 8-69

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

Saved successfully!

Ooh no, something went wrong!