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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

isNull()<br />

lastDay()<br />

nextDay()<br />

operator=()<br />

Parameters<br />

envp<br />

The environment in which the system date is returned.<br />

This method tests whether the Date is null. If the Date is null, true is returned;<br />

otherwise, false is returned.<br />

Syntax<br />

bool isNull() const;<br />

This method returns a date representing the last day of the current month.<br />

Syntax<br />

Date lastDay() const;<br />

Date Class<br />

This method returns a date representing the day after the day of the week specified.<br />

Syntax<br />

Date nextDay(const string &dow) const;<br />

Parameters<br />

dow<br />

A string representing the day of the week.<br />

This method assigns the date object on the right side of the equal (=) sign to the date<br />

object on the left side of the equal (=) sign.<br />

Syntax<br />

Date& operator=(const Date &d);<br />

OCCI Classes and Methods 8-55

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

Saved successfully!

Ooh no, something went wrong!