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.

getHour()<br />

getMinute()<br />

getSecond()<br />

isNull()<br />

operator*()<br />

This method returns the hour component of the interval.<br />

Syntax<br />

int getHour() const;<br />

This method returns the minute component of this interval.<br />

Syntax<br />

int getMinute() const;<br />

This method returns the seconds component of this interval.<br />

Syntax<br />

int getSecond() const;<br />

IntervalDS Class<br />

This method tests whether the interval is null. If the interval is null then true is<br />

returned; otherwise, false is returned.<br />

Syntax<br />

bool isNull() const;<br />

This method multiplies an interval by a factor and returns the result.<br />

Syntax<br />

const IntervalDS operator*(const IntervalDS &a,<br />

const Number &factor);<br />

OCCI Classes and Methods 8-73

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

Saved successfully!

Ooh no, something went wrong!