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

operator/=()<br />

operator>()<br />

operator>=()<br />

This method assigns the quotient 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 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 IntervalDS &a,<br />

const IntervalDS &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 IntervalDS &a,<br />

const IntervalDS &b);<br />

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