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.

operator*=()<br />

operator=()<br />

operator==()<br />

Parameters<br />

a<br />

Interval to be multiplied.<br />

factor<br />

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

This method multiplies the interval by a factor.<br />

Syntax<br />

IntervalYM& operator*=(const Number &factor);<br />

Parameters<br />

factor<br />

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

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

Syntax<br />

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

Parameters<br />

src<br />

A year month interval.<br />

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

OCCI Classes and Methods 8-85

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

Saved successfully!

Ooh no, something went wrong!