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

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

Syntax<br />

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

Parameters<br />

a<br />

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

IntervalYM Class<br />

This method compares the intervals specified. If the first interval is greater than the<br />

second interval then true is returned; otherwise, false is returned. If either interval is<br />

null then SQLException 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 compares the intervals specified. If the first interval is greater than or<br />

equal to the second interval then true is returned; otherwise, false is returned. If<br />

either interval is null then SQLException is thrown.<br />

Syntax<br />

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

const IntervalYM &b);<br />

OCCI Classes and Methods 8-87

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

Saved successfully!

Ooh no, something went wrong!