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.

IntervalYM Class<br />

operator!=()<br />

operator/()<br />

Syntax<br />

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

const IntervalYM &b);<br />

Parameters<br />

a,b<br />

Intervals to be compared.<br />

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

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

is thrown.<br />

Syntax<br />

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

const IntervalYM &b);<br />

Parameters<br />

a,b<br />

Intervals to be compared.<br />

This method returns the result of dividing the interval by a factor.<br />

Syntax<br />

const IntervalYM operator/(const IntervalYM &a,<br />

const Number &factor);<br />

Parameters<br />

a<br />

Interval to be divided.<br />

factor<br />

Factor by which the intreval is to be divided.<br />

8-86 <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!