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 />

operator*=()<br />

operator=()<br />

operator==()<br />

Parameters<br />

a<br />

Interval to be multiplied.<br />

factor<br />

Factor by which interval is to be multiplied.<br />

This method assigns the product of IntervalDS and a to IntervalDS.<br />

Syntax<br />

IntervalDS& operator*=(const IntervalDS &a);<br />

Parameters<br />

a<br />

A day second interval.<br />

This method assigns the specified value to the interval.<br />

Syntax<br />

IntervalDS& operator=(const IntervalDS &src);<br />

Parameters<br />

src<br />

Value to be assigned.<br />

This method compares the intervals specified. If the intervals are equal, then true is<br />

returned; otherwise, false is returned. If either interval is null then SQLException is<br />

thrown.<br />

Syntax<br />

bool operator==(const IntervalDS &a,<br />

8-74 <strong>Oracle</strong> <strong>C++</strong> <strong>Call</strong> <strong>Interface</strong> Programmer’s <strong>Guide</strong>

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

Saved successfully!

Ooh no, something went wrong!