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.

IntervalDS Class<br />

Constructs an IntervalDS object as a copy of an Interval reference.<br />

IntervalDS(const Interval &src);<br />

The following code example demonstrates that the default constructor creates a null<br />

value, and how you can assign a non null value to a day-second interval and then<br />

perform operations on it:<br />

Environment *env = Environment::createEnvironment();<br />

//create a null day-second interval<br />

IntervalDS ds;<br />

if(ds.isnull())<br />

cout

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

Saved successfully!

Ooh no, something went wrong!